Html Css Color HEX #BB1014 Venetian Red

📋 copy color: '#BB1014'

red 187 ◦ green 16 ◦ blue 20

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

Shades of Venetian Red #BB1014

Tints of Venetian Red #BB1014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.97%

R = 83.86%
G = 7.17%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BB1014 (or 0xBB1014) is known color: Venetian Red. HEX triplet: BB, 10 and 14. RGB value is (187,16,20). Sum of RGB (Red+Green+Blue) = 187+16+20=223 (29% of max value = 765). Red value is 187 (73.44% from 255 or 83.86% from 223); Green value is 16 (6.64% from 255 or 7.17% from 223); Blue value is 20 (8.20% from 255 or 8.97% from 223); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1014 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB1014 is #44EFEB. Grayscale: #434343. Windows color (decimal): -4517868 or 1315003. OLE color: 1315003.

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

Color convert

RGB 187 16 20 -
CMYK 0 0.91 0.89 0.27
HSL 358.6º 0.84% 0.4% -
HSV(B) 358.6º 0.91% 0.73% -
XYZ 20.81 10.99 1.69 -
YUV 67.59 101.15 213.17 -
System Red Green Blue C M Y K H S L
Decimal 187 16 20 0 0.91 0.89 0.27 358.6 0.84 0.4
Hex BB 10 14 0 5B 59 1B 167 54 28
Octal 273 20 24 0 133 131 33 547 124 50
Binary 10111011 10000 10100 0 1011011 1011001 11011 101100111 1010100 101000

Color Harmonies of #BB1014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1014

Black with #BB1014

Text Example


Text Example

White with #BB1014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1014; }

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

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

background-color css

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

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

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

border-color css

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

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

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