Html Css Color HEX #BB0217 Venetian Red

📋 copy color: '#BB0217'

red 187 ◦ green 2 ◦ blue 23

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

Shades of Venetian Red #BB0217

Tints of Venetian Red #BB0217

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 10.85%

R = 88.21%
G = 0.94%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BB0217 (or 0xBB0217) is known color: Venetian Red. HEX triplet: BB, 02 and 17. RGB value is (187,2,23). Sum of RGB (Red+Green+Blue) = 187+2+23=212 (28% of max value = 765). Red value is 187 (73.44% from 255 or 88.21% from 212); Green value is 2 (1.17% from 255 or 0.94% from 212); Blue value is 23 (9.38% from 255 or 10.85% from 212); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0217 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0217 is #44FDE8. Grayscale: #3B3B3B. Windows color (decimal): -4521449 or 1508027. OLE color: 1508027.

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

Color convert

RGB 187 2 23 -
CMYK 0 0.99 0.88 0.27
HSL 353.19º 0.98% 0.37% -
HSV(B) 353.19º 0.99% 0.73% -
XYZ 20.67 10.67 1.78 -
YUV 59.71 107.29 218.79 -
System Red Green Blue C M Y K H S L
Decimal 187 2 23 0 0.99 0.88 0.27 353.19 0.98 0.37
Hex BB 2 17 0 63 58 1B 161 62 25
Octal 273 2 27 0 143 130 33 541 142 45
Binary 10111011 10 10111 0 1100011 1011000 11011 101100001 1100010 100101

Color Harmonies of #BB0217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0217

Black with #BB0217

Text Example


Text Example

White with #BB0217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0217; }

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

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

background-color css

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

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

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

border-color css

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

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

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