Html Css Color HEX #BD0B3B Cardinal

📋 copy color: '#BD0B3B'

red 189 ◦ green 11 ◦ blue 59

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

Shades of Cardinal #BD0B3B

Tints of Cardinal #BD0B3B

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.25%

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

R = 72.97%
G = 4.25%
B = 22.78%

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

#BD0B3B (or 0xBD0B3B) is known color: Cardinal. HEX triplet: BD, 0B and 3B. RGB value is (189,11,59). Sum of RGB (Red+Green+Blue) = 189+11+59=259 (34% of max value = 765). Red value is 189 (74.22% from 255 or 72.97% from 259); Green value is 11 (4.69% from 255 or 4.25% from 259); Blue value is 59 (23.44% from 255 or 22.78% from 259); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0B3B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0B3B is #42F4C4. Grayscale: #454545. Windows color (decimal): -4388037 or 3869629. OLE color: 3869629.

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

Color convert

RGB 189 11 59 -
CMYK 0 0.94 0.69 0.26
HSL 343.82º 0.89% 0.39% -
HSV(B) 343.82º 0.94% 0.74% -
XYZ 21.9 11.37 5.18 -
YUV 69.69 121.97 213.1 -
System Red Green Blue C M Y K H S L
Decimal 189 11 59 0 0.94 0.69 0.26 343.82 0.89 0.39
Hex BD B 3B 0 5E 45 1A 158 59 27
Octal 275 13 73 0 136 105 32 530 131 47
Binary 10111101 1011 111011 0 1011110 1000101 11010 101011000 1011001 100111

Color Harmonies of #BD0B3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0B3B

Black with #BD0B3B

Text Example


Text Example

White with #BD0B3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0B3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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