Html Css Color HEX #BD0C4D Cardinal

📋 copy color: '#BD0C4D'

red 189 ◦ green 12 ◦ blue 77

#BD0C4D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #BD0C4D

Tints of Cardinal #BD0C4D

RGB

 RED value IS 189 (74.22% from 255) = 67.99%

 GREEN value IS 12 (5.08% from 255) = 4.32%

 BLUE value IS 77 (30.47% from 255) = 27.7%

R = 67.99%
G = 4.32%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.59

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BD0C4D (or 0xBD0C4D) is known color: Cardinal. HEX triplet: BD, 0C and 4D. RGB value is (189,12,77). Sum of RGB (Red+Green+Blue) = 189+12+77=278 (36% of max value = 765). Red value is 189 (74.22% from 255 or 67.99% from 278); Green value is 12 (5.08% from 255 or 4.32% from 278); Blue value is 77 (30.47% from 255 or 27.70% from 278); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0C4D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0C4D is #42F3B2. Grayscale: #484848. Windows color (decimal): -4387763 or 5049533. OLE color: 5049533.

HSL color Cylindrical-coordinate representation of color #BD0C4D: hue angle of 337.97º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD0C4D is Cyan = 0, Magento = 0.94, Yellow = 0.59 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 12 77 -
CMYK 0 0.94 0.59 0.26
HSL 337.97º 0.88% 0.39% -
HSV(B) 337.97º 0.94% 0.74% -
XYZ 22.46 11.62 8.08 -
YUV 72.33 130.64 211.21 -
System Red Green Blue C M Y K H S L
Decimal 189 12 77 0 0.94 0.59 0.26 337.97 0.88 0.39
Hex BD C 4D 0 5E 3B 1A 152 58 27
Octal 275 14 115 0 136 73 32 522 130 47
Binary 10111101 1100 1001101 0 1011110 111011 11010 101010010 1011000 100111

Color Harmonies of #BD0C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0C4D

Black with #BD0C4D

Text Example


Text Example

White with #BD0C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0C4D; }

 p { color: rgb(189,12,77); }

 H1.HeaderClassName
 {
   color: #BD0C4D;
 }
 .AnyTagClassName
 {
   color: #BD0C4D;
 }
</style>

background-color css

<style>
 a { background-color: #BD0C4D; }

 a { background-color: rgb(189,12,77); }

 div.DivClassName
 {
   background-color: #BD0C4D;
 }
 .BgClassName
 {
   background-color: #BD0C4D;
 }
</style>

border-color css

<style>
 span { border-color: #BD0C4D; }

 span { border-color: rgb(189,12,77); }

 td.TdClassName
 {
   border-color: #BD0C4D;
 }
 .TagClassName
 {
   border-color: #BD0C4D;
 }
</style>