Html Css Color HEX #BB1119 Venetian Red

📋 copy color: '#BB1119'

red 187 ◦ green 17 ◦ blue 25

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

Shades of Venetian Red #BB1119

Tints of Venetian Red #BB1119

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.42%

 BLUE value IS 25 (10.16% from 255) = 10.92%

R = 81.66%
G = 7.42%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BB1119 (or 0xBB1119) is known color: Venetian Red. HEX triplet: BB, 11 and 19. RGB value is (187,17,25). Sum of RGB (Red+Green+Blue) = 187+17+25=229 (30% of max value = 765). Red value is 187 (73.44% from 255 or 81.66% from 229); Green value is 17 (7.03% from 255 or 7.42% from 229); Blue value is 25 (10.16% from 255 or 10.92% from 229); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1119 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB1119 is #44EEE6. Grayscale: #444444. Windows color (decimal): -4517607 or 1642939. OLE color: 1642939.

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

Color convert

RGB 187 17 25 -
CMYK 0 0.91 0.87 0.27
HSL 357.18º 0.83% 0.4% -
HSV(B) 357.18º 0.91% 0.73% -
XYZ 20.87 11.04 1.95 -
YUV 68.74 103.32 212.35 -
System Red Green Blue C M Y K H S L
Decimal 187 17 25 0 0.91 0.87 0.27 357.18 0.83 0.4
Hex BB 11 19 0 5B 57 1B 165 53 28
Octal 273 21 31 0 133 127 33 545 123 50
Binary 10111011 10001 11001 0 1011011 1010111 11011 101100101 1010011 101000

Color Harmonies of #BB1119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1119

Black with #BB1119

Text Example


Text Example

White with #BB1119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1119; }

 p { color: rgb(187,17,25); }

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

background-color css

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

 a { background-color: rgb(187,17,25); }

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

border-color css

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

 span { border-color: rgb(187,17,25); }

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