Html Css Color HEX #BB1217 Venetian Red

📋 copy color: '#BB1217'

red 187 ◦ green 18 ◦ blue 23

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

Shades of Venetian Red #BB1217

Tints of Venetian Red #BB1217

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.89%

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

R = 82.02%
G = 7.89%
B = 10.09%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BB1217 (or 0xBB1217) is known color: Venetian Red. HEX triplet: BB, 12 and 17. RGB value is (187,18,23). Sum of RGB (Red+Green+Blue) = 187+18+23=228 (30% of max value = 765). Red value is 187 (73.44% from 255 or 82.02% from 228); Green value is 18 (7.42% from 255 or 7.89% from 228); Blue value is 23 (9.38% from 255 or 10.09% from 228); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1217 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB1217 is #44EDE8. Grayscale: #454545. Windows color (decimal): -4517353 or 1512123. OLE color: 1512123.

HSL color Cylindrical-coordinate representation of color #BB1217: hue angle of 358.22º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB1217 is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 18 23 -
CMYK 0 0.90 0.88 0.27
HSL 358.22º 0.82% 0.4% -
HSV(B) 358.22º 0.9% 0.73% -
XYZ 20.86 11.06 1.85 -
YUV 69.1 101.99 212.09 -
System Red Green Blue C M Y K H S L
Decimal 187 18 23 0 0.90 0.88 0.27 358.22 0.82 0.4
Hex BB 12 17 0 5A 58 1B 166 52 28
Octal 273 22 27 0 132 130 33 546 122 50
Binary 10111011 10010 10111 0 1011010 1011000 11011 101100110 1010010 101000

Color Harmonies of #BB1217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1217

Black with #BB1217

Text Example


Text Example

White with #BB1217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1217; }

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

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

background-color css

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

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

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

border-color css

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

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

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