Html Css Color HEX #BB0118 Venetian Red

📋 copy color: '#BB0118'

red 187 ◦ green 1 ◦ blue 24

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

Shades of Venetian Red #BB0118

Tints of Venetian Red #BB0118

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.47%

 BLUE value IS 24 (9.77% from 255) = 11.32%

R = 88.21%
G = 0.47%
B = 11.32%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BB0118 (or 0xBB0118) is known color: Venetian Red. HEX triplet: BB, 01 and 18. RGB value is (187,1,24). Sum of RGB (Red+Green+Blue) = 187+1+24=212 (28% of max value = 765). Red value is 187 (73.44% from 255 or 88.21% from 212); Green value is 1 (0.78% from 255 or 0.47% from 212); Blue value is 24 (9.77% from 255 or 11.32% from 212); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0118 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0118 is #44FEE7. Grayscale: #3B3B3B. Windows color (decimal): -4521704 or 1573307. OLE color: 1573307.

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

Color convert

RGB 187 1 24 -
CMYK 0 0.99 0.87 0.27
HSL 352.58º 0.99% 0.37% -
HSV(B) 352.58º 0.99% 0.73% -
XYZ 20.67 10.65 1.83 -
YUV 59.24 108.12 219.13 -
System Red Green Blue C M Y K H S L
Decimal 187 1 24 0 0.99 0.87 0.27 352.58 0.99 0.37
Hex BB 1 18 0 63 57 1B 161 63 25
Octal 273 1 30 0 143 127 33 541 143 45
Binary 10111011 1 11000 0 1100011 1010111 11011 101100001 1100011 100101

Color Harmonies of #BB0118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0118

Black with #BB0118

Text Example


Text Example

White with #BB0118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0118; }

 p { color: rgb(187,1,24); }

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

background-color css

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

 a { background-color: rgb(187,1,24); }

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

border-color css

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

 span { border-color: rgb(187,1,24); }

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