Html Css Color HEX #BB0C10 Venetian Red

📋 copy color: '#BB0C10'

red 187 ◦ green 12 ◦ blue 16

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

Shades of Venetian Red #BB0C10

Tints of Venetian Red #BB0C10

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.58%

 BLUE value IS 16 (6.64% from 255) = 7.44%

R = 86.98%
G = 5.58%
B = 7.44%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BB0C10 (or 0xBB0C10) is known color: Venetian Red. HEX triplet: BB, 0C and 10. RGB value is (187,12,16). Sum of RGB (Red+Green+Blue) = 187+12+16=215 (28% of max value = 765). Red value is 187 (73.44% from 255 or 86.98% from 215); Green value is 12 (5.08% from 255 or 5.58% from 215); Blue value is 16 (6.64% from 255 or 7.44% from 215); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0C10 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0C10 is #44F3EF. Grayscale: #404040. Windows color (decimal): -4518896 or 1051835. OLE color: 1051835.

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

Color convert

RGB 187 12 16 -
CMYK 0 0.94 0.91 0.27
HSL 358.63º 0.88% 0.39% -
HSV(B) 358.63º 0.94% 0.73% -
XYZ 20.72 10.87 1.5 -
YUV 64.78 100.48 215.17 -
System Red Green Blue C M Y K H S L
Decimal 187 12 16 0 0.94 0.91 0.27 358.63 0.88 0.39
Hex BB C 10 0 5E 5B 1B 167 58 27
Octal 273 14 20 0 136 133 33 547 130 47
Binary 10111011 1100 10000 0 1011110 1011011 11011 101100111 1011000 100111

Color Harmonies of #BB0C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0C10

Black with #BB0C10

Text Example


Text Example

White with #BB0C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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