Html Css Color HEX #BB0024 Venetian Red

📋 copy color: '#BB0024'

red 187 ◦ green 0 ◦ blue 36

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

Shades of Venetian Red #BB0024

Tints of Venetian Red #BB0024

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 value IS 0

 M value IS 1

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BB0024 (or 0xBB0024) is known color: 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

RGB 187 0 36 -
CMYK 0 1 0.81 0.27
HSL 348.45º 1% 0.37% -
HSV(B) 348.45º 1% 0.73% -
XYZ 20.81 10.69 2.64 -
YUV 60.02 114.45 218.57 -
System Red Green Blue C M Y K H S L
Decimal 187 0 36 0 1 0.81 0.27 348.45 1 0.37
Hex BB 0 24 0 64 51 1B 15C 64 25
Octal 273 0 44 0 144 121 33 534 144 45
Binary 10111011 0 100100 0 1100100 1010001 11011 101011100 1100100 100101

Color Harmonies of #BB0024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0024

Black with #BB0024

Text Example


Text Example

White with #BB0024

Text Example


Text Example

HTML Codes & Css Web 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>