#BB0024

Color #BB0024 Venetian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venetian Red #BB0024

Tints of Venetian Red #BB0024

Color information

#BB0024 (or 0xBB0024) is unknown color: approx Venetian Red. HEX triplet: BB, 00 and 24. RGB value is (187,0,36). Sum of RGB (Red+Green+Blue) = 187+0+36=223 (29% of max value = 765). Red value is 187 (73.44% from 255 or 83.86% from 223); Green value is 0 (0.39% from 255 or 0% from 223); Blue value is 36 (14.45% from 255 or 16.14% from 223); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0024 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0024 is #44FFDB. Grayscale: #3C3C3C. Windows color (decimal): -4521948 or 2359483. OLE color: 2359483.

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

Color convert

RGB187036-
CMYK010.810.27
HSL348.45º100%36.67%-
HSV(B)348.45º100%73.33%-
XYZ20.8110.692.64-
YUV60.02114.45218.57-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 83.86%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 36 (14.45% from 255) = 16.14%
R=83.86%
G=0%
B=16.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.81
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187036010.810.27348.4510036.67
HexBB024064511B15c6425
Octal27304401441213353414445
Binary101110110100100011001001010001110111010111001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB0024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB0024; }

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

 H1.HeaderClassName
 {
   color: #BB0024;
 }
 .AnyTagClassName
 {
   color: #BB0024;
 }
</style>
background-color css

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

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

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

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

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

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