Html Css Color HEX #BB0D24 Venetian Red

📋 copy color: '#BB0D24'

red 187 ◦ green 13 ◦ blue 36

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

Shades of Venetian Red #BB0D24

Tints of Venetian Red #BB0D24

RGB

 RED value IS 187 (73.44% from 255) = 79.24%

 GREEN value IS 13 (5.47% from 255) = 5.51%

 BLUE value IS 36 (14.45% from 255) = 15.25%

R = 79.24%
G = 5.51%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BB0D24 (or 0xBB0D24) is known color: Venetian Red. HEX triplet: BB, 0D and 24. RGB value is (187,13,36). Sum of RGB (Red+Green+Blue) = 187+13+36=236 (31% of max value = 765). Red value is 187 (73.44% from 255 or 79.24% from 236); Green value is 13 (5.47% from 255 or 5.51% from 236); Blue value is 36 (14.45% from 255 or 15.25% from 236); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0D24 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0D24 is #44F2DB. Grayscale: #434343. Windows color (decimal): -4518620 or 2362811. OLE color: 2362811.

HSL color Cylindrical-coordinate representation of color #BB0D24: hue angle of 352.07º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BB0D24 is Cyan = 0, Magento = 0.93, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 13 36 -
CMYK 0 0.93 0.81 0.27
HSL 352.07º 0.87% 0.39% -
HSV(B) 352.07º 0.93% 0.73% -
XYZ 20.96 10.98 2.68 -
YUV 67.65 110.15 213.13 -
System Red Green Blue C M Y K H S L
Decimal 187 13 36 0 0.93 0.81 0.27 352.07 0.87 0.39
Hex BB D 24 0 5D 51 1B 160 57 27
Octal 273 15 44 0 135 121 33 540 127 47
Binary 10111011 1101 100100 0 1011101 1010001 11011 101100000 1010111 100111

Color Harmonies of #BB0D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0D24

Black with #BB0D24

Text Example


Text Example

White with #BB0D24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0D24; }

 p { color: rgb(187,13,36); }

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

background-color css

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

 a { background-color: rgb(187,13,36); }

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

border-color css

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

 span { border-color: rgb(187,13,36); }

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