Html Css Color HEX #BB0417 Venetian Red

📋 copy color: '#BB0417'

red 187 ◦ green 4 ◦ blue 23

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

Shades of Venetian Red #BB0417

Tints of Venetian Red #BB0417

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.87%

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

R = 87.38%
G = 1.87%
B = 10.75%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BB0417 (or 0xBB0417) is known color: Venetian Red. HEX triplet: BB, 04 and 17. RGB value is (187,4,23). Sum of RGB (Red+Green+Blue) = 187+4+23=214 (28% of max value = 765). Red value is 187 (73.44% from 255 or 87.38% from 214); Green value is 4 (1.95% from 255 or 1.87% from 214); Blue value is 23 (9.38% from 255 or 10.75% from 214); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0417 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0417 is #44FBE8. Grayscale: #3C3C3C. Windows color (decimal): -4520937 or 1508539. OLE color: 1508539.

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

Color convert

RGB 187 4 23 -
CMYK 0 0.98 0.88 0.27
HSL 353.77º 0.96% 0.37% -
HSV(B) 353.77º 0.98% 0.73% -
XYZ 20.69 10.71 1.79 -
YUV 60.88 106.63 217.96 -
System Red Green Blue C M Y K H S L
Decimal 187 4 23 0 0.98 0.88 0.27 353.77 0.96 0.37
Hex BB 4 17 0 62 58 1B 162 60 25
Octal 273 4 27 0 142 130 33 542 140 45
Binary 10111011 100 10111 0 1100010 1011000 11011 101100010 1100000 100101

Color Harmonies of #BB0417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0417

Black with #BB0417

Text Example


Text Example

White with #BB0417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0417; }

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

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

background-color css

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

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

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

border-color css

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

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

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