Html Css Color HEX #BB1518 Venetian Red

📋 copy color: '#BB1518'

red 187 ◦ green 21 ◦ blue 24

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

Shades of Venetian Red #BB1518

Tints of Venetian Red #BB1518

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.05%

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

R = 80.6%
G = 9.05%
B = 10.34%

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

#BB1518 (or 0xBB1518) is known color: Venetian Red. HEX triplet: BB, 15 and 18. RGB value is (187,21,24). Sum of RGB (Red+Green+Blue) = 187+21+24=232 (30% of max value = 765). Red value is 187 (73.44% from 255 or 80.60% from 232); Green value is 21 (8.59% from 255 or 9.05% from 232); Blue value is 24 (9.77% from 255 or 10.34% from 232); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1518 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB1518 is #44EAE7. Grayscale: #474747. Windows color (decimal): -4516584 or 1578427. OLE color: 1578427.

HSL color Cylindrical-coordinate representation of color #BB1518: hue angle of 358.92º degrees, saturation: 0.8, 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 #BB1518 is Cyan = 0, Magento = 0.89, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 21 24 -
CMYK 0 0.89 0.87 0.27
HSL 358.92º 0.8% 0.41% -
HSV(B) 358.92º 0.89% 0.73% -
XYZ 20.93 11.17 1.92 -
YUV 70.98 101.5 210.76 -
System Red Green Blue C M Y K H S L
Decimal 187 21 24 0 0.89 0.87 0.27 358.92 0.8 0.41
Hex BB 15 18 0 59 57 1B 167 50 29
Octal 273 25 30 0 131 127 33 547 120 51
Binary 10111011 10101 11000 0 1011001 1010111 11011 101100111 1010000 101001

Color Harmonies of #BB1518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1518

Black with #BB1518

Text Example


Text Example

White with #BB1518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1518; }

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

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

background-color css

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

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

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

border-color css

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

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

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