Html Css Color HEX #BB0222 Venetian Red

📋 copy color: '#BB0222'

red 187 ◦ green 2 ◦ blue 34

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

Shades of Venetian Red #BB0222

Tints of Venetian Red #BB0222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 15.25%

R = 83.86%
G = 0.9%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#BB0222 (or 0xBB0222) is known color: Venetian Red. HEX triplet: BB, 02 and 22. RGB value is (187,2,34). Sum of RGB (Red+Green+Blue) = 187+2+34=223 (29% of max value = 765). Red value is 187 (73.44% from 255 or 83.86% from 223); Green value is 2 (1.17% from 255 or 0.90% from 223); Blue value is 34 (13.67% from 255 or 15.25% from 223); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0222 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0222 is #44FDDD. Grayscale: #3D3D3D. Windows color (decimal): -4521438 or 2228923. OLE color: 2228923.

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

Color convert

RGB 187 2 34 -
CMYK 0 0.99 0.82 0.27
HSL 349.62º 0.98% 0.37% -
HSV(B) 349.62º 0.99% 0.73% -
XYZ 20.8 10.72 2.49 -
YUV 60.96 112.79 217.9 -
System Red Green Blue C M Y K H S L
Decimal 187 2 34 0 0.99 0.82 0.27 349.62 0.98 0.37
Hex BB 2 22 0 63 52 1B 15E 62 25
Octal 273 2 42 0 143 122 33 536 142 45
Binary 10111011 10 100010 0 1100011 1010010 11011 101011110 1100010 100101

Color Harmonies of #BB0222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0222

Black with #BB0222

Text Example


Text Example

White with #BB0222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0222; }

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

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

background-color css

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

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

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

border-color css

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

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

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