Html Css Color HEX #BB1418 Venetian Red

📋 copy color: '#BB1418'

red 187 ◦ green 20 ◦ blue 24

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

Shades of Venetian Red #BB1418

Tints of Venetian Red #BB1418

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.66%

 BLUE value IS 24 (9.77% from 255) = 10.39%

R = 80.95%
G = 8.66%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BB1418 (or 0xBB1418) is known color: Venetian Red. HEX triplet: BB, 14 and 18. RGB value is (187,20,24). Sum of RGB (Red+Green+Blue) = 187+20+24=231 (30% of max value = 765). Red value is 187 (73.44% from 255 or 80.95% from 231); Green value is 20 (8.20% from 255 or 8.66% from 231); Blue value is 24 (9.77% from 255 or 10.39% from 231); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1418 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB1418 is #44EBE7. Grayscale: #464646. Windows color (decimal): -4516840 or 1578171. OLE color: 1578171.

HSL color Cylindrical-coordinate representation of color #BB1418: hue angle of 358.56º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB1418 is Cyan = 0, Magento = 0.89, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 20 24 -
CMYK 0 0.89 0.87 0.27
HSL 358.56º 0.81% 0.41% -
HSV(B) 358.56º 0.89% 0.73% -
XYZ 20.91 11.13 1.91 -
YUV 70.39 101.83 211.17 -
System Red Green Blue C M Y K H S L
Decimal 187 20 24 0 0.89 0.87 0.27 358.56 0.81 0.41
Hex BB 14 18 0 59 57 1B 167 51 29
Octal 273 24 30 0 131 127 33 547 121 51
Binary 10111011 10100 11000 0 1011001 1010111 11011 101100111 1010001 101001

Color Harmonies of #BB1418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1418

Black with #BB1418

Text Example


Text Example

White with #BB1418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1418; }

 p { color: rgb(187,20,24); }

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

background-color css

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

 a { background-color: rgb(187,20,24); }

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

border-color css

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

 span { border-color: rgb(187,20,24); }

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