Html Css Color HEX #BB0212 Venetian Red

📋 copy color: '#BB0212'

red 187 ◦ green 2 ◦ blue 18

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

Shades of Venetian Red #BB0212

Tints of Venetian Red #BB0212

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.97%

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

R = 90.34%
G = 0.97%
B = 8.7%

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

#BB0212 (or 0xBB0212) is known color: Venetian Red. HEX triplet: BB, 02 and 12. RGB value is (187,2,18). Sum of RGB (Red+Green+Blue) = 187+2+18=207 (27% of max value = 765). Red value is 187 (73.44% from 255 or 90.34% from 207); Green value is 2 (1.17% from 255 or 0.97% from 207); Blue value is 18 (7.42% from 255 or 8.70% from 207); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0212 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0212 is #44FDED. Grayscale: #3B3B3B. Windows color (decimal): -4521454 or 1180347. OLE color: 1180347.

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

Color convert

RGB 187 2 18 -
CMYK 0 0.99 0.90 0.27
HSL 354.81º 0.98% 0.37% -
HSV(B) 354.81º 0.99% 0.73% -
XYZ 20.62 10.65 1.54 -
YUV 59.14 104.79 219.2 -
System Red Green Blue C M Y K H S L
Decimal 187 2 18 0 0.99 0.90 0.27 354.81 0.98 0.37
Hex BB 2 12 0 63 5A 1B 163 62 25
Octal 273 2 22 0 143 132 33 543 142 45
Binary 10111011 10 10010 0 1100011 1011010 11011 101100011 1100010 100101

Color Harmonies of #BB0212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0212

Black with #BB0212

Text Example


Text Example

White with #BB0212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0212; }

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

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

background-color css

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

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

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

border-color css

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

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

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