Html Css Color HEX #BB0112 Venetian Red

📋 copy color: '#BB0112'

red 187 ◦ green 1 ◦ blue 18

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

Shades of Venetian Red #BB0112

Tints of Venetian Red #BB0112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.74%

R = 90.78%
G = 0.49%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BB0112 (or 0xBB0112) is known color: Venetian Red. HEX triplet: BB, 01 and 12. RGB value is (187,1,18). Sum of RGB (Red+Green+Blue) = 187+1+18=206 (27% of max value = 765). Red value is 187 (73.44% from 255 or 90.78% from 206); Green value is 1 (0.78% from 255 or 0.49% from 206); Blue value is 18 (7.42% from 255 or 8.74% from 206); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0112 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0112 is #44FEED. Grayscale: #3A3A3A. Windows color (decimal): -4521710 or 1180091. OLE color: 1180091.

HSL color Cylindrical-coordinate representation of color #BB0112: hue angle of 354.52º 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 #BB0112 is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 1 18 -
CMYK 0 0.99 0.90 0.27
HSL 354.52º 0.99% 0.37% -
HSV(B) 354.52º 0.99% 0.73% -
XYZ 20.61 10.63 1.54 -
YUV 58.55 105.12 219.62 -
System Red Green Blue C M Y K H S L
Decimal 187 1 18 0 0.99 0.90 0.27 354.52 0.99 0.37
Hex BB 1 12 0 63 5A 1B 163 63 25
Octal 273 1 22 0 143 132 33 543 143 45
Binary 10111011 1 10010 0 1100011 1011010 11011 101100011 1100011 100101

Color Harmonies of #BB0112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0112

Black with #BB0112

Text Example


Text Example

White with #BB0112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0112; }

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

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

background-color css

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

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

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

border-color css

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

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

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