Html Css Color HEX #BB1017 Venetian Red

📋 copy color: '#BB1017'

red 187 ◦ green 16 ◦ blue 23

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

Shades of Venetian Red #BB1017

Tints of Venetian Red #BB1017

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.08%

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

R = 82.74%
G = 7.08%
B = 10.18%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BB1017 (or 0xBB1017) is known color: Venetian Red. HEX triplet: BB, 10 and 17. RGB value is (187,16,23). Sum of RGB (Red+Green+Blue) = 187+16+23=226 (29% of max value = 765). Red value is 187 (73.44% from 255 or 82.74% from 226); Green value is 16 (6.64% from 255 or 7.08% from 226); Blue value is 23 (9.38% from 255 or 10.18% from 226); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1017 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB1017 is #44EFE8. Grayscale: #444444. Windows color (decimal): -4517865 or 1511611. OLE color: 1511611.

HSL color Cylindrical-coordinate representation of color #BB1017: hue angle of 357.54º degrees, saturation: 0.84, 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 #BB1017 is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 16 23 -
CMYK 0 0.91 0.88 0.27
HSL 357.54º 0.84% 0.4% -
HSV(B) 357.54º 0.91% 0.73% -
XYZ 20.83 11 1.84 -
YUV 67.93 102.65 212.93 -
System Red Green Blue C M Y K H S L
Decimal 187 16 23 0 0.91 0.88 0.27 357.54 0.84 0.4
Hex BB 10 17 0 5B 58 1B 166 54 28
Octal 273 20 27 0 133 130 33 546 124 50
Binary 10111011 10000 10111 0 1011011 1011000 11011 101100110 1010100 101000

Color Harmonies of #BB1017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1017

Black with #BB1017

Text Example


Text Example

White with #BB1017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1017; }

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

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

background-color css

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

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

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

border-color css

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

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

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