Html Css Color HEX #BD0C3B Cardinal

📋 copy color: '#BD0C3B'

red 189 ◦ green 12 ◦ blue 59

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

Shades of Cardinal #BD0C3B

Tints of Cardinal #BD0C3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 22.69%

R = 72.69%
G = 4.62%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BD0C3B (or 0xBD0C3B) is known color: Cardinal. HEX triplet: BD, 0C and 3B. RGB value is (189,12,59). Sum of RGB (Red+Green+Blue) = 189+12+59=260 (34% of max value = 765). Red value is 189 (74.22% from 255 or 72.69% from 260); Green value is 12 (5.08% from 255 or 4.62% from 260); Blue value is 59 (23.44% from 255 or 22.69% from 260); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0C3B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0C3B is #42F3C4. Grayscale: #464646. Windows color (decimal): -4387781 or 3869885. OLE color: 3869885.

HSL color Cylindrical-coordinate representation of color #BD0C3B: hue angle of 344.07º 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 #BD0C3B is Cyan = 0, Magento = 0.94, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 12 59 -
CMYK 0 0.94 0.69 0.26
HSL 344.07º 0.88% 0.39% -
HSV(B) 344.07º 0.94% 0.74% -
XYZ 21.91 11.4 5.18 -
YUV 70.28 121.64 212.68 -
System Red Green Blue C M Y K H S L
Decimal 189 12 59 0 0.94 0.69 0.26 344.07 0.88 0.39
Hex BD C 3B 0 5E 45 1A 158 58 27
Octal 275 14 73 0 136 105 32 530 130 47
Binary 10111101 1100 111011 0 1011110 1000101 11010 101011000 1011000 100111

Color Harmonies of #BD0C3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0C3B

Black with #BD0C3B

Text Example


Text Example

White with #BD0C3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0C3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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