Html Css Color HEX #BB0014 Venetian Red

📋 copy color: '#BB0014'

red 187 ◦ green 0 ◦ blue 20

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

Shades of Venetian Red #BB0014

Tints of Venetian Red #BB0014

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 90.34%
G = 0%
B = 9.66%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BB0014 (or 0xBB0014) is known color: Venetian Red. HEX triplet: BB, 00 and 14. RGB value is (187,0,20). Sum of RGB (Red+Green+Blue) = 187+0+20=207 (27% of max value = 765). Red value is 187 (73.44% from 255 or 90.34% from 207); Green value is 0 (0.39% from 255 or 0% from 207); Blue value is 20 (8.20% from 255 or 9.66% from 207); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0014 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0014 is #44FFEB. Grayscale: #3A3A3A. Windows color (decimal): -4521964 or 1310907. OLE color: 1310907.

HSL color Cylindrical-coordinate representation of color #BB0014: hue angle of 353.58º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BB0014 is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 0 20 -
CMYK 0 1 0.89 0.27
HSL 353.58º 1% 0.37% -
HSV(B) 353.58º 1% 0.73% -
XYZ 20.62 10.62 1.62 -
YUV 58.19 106.45 219.87 -
System Red Green Blue C M Y K H S L
Decimal 187 0 20 0 1 0.89 0.27 353.58 1 0.37
Hex BB 0 14 0 64 59 1B 162 64 25
Octal 273 0 24 0 144 131 33 542 144 45
Binary 10111011 0 10100 0 1100100 1011001 11011 101100010 1100100 100101

Color Harmonies of #BB0014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0014

Black with #BB0014

Text Example


Text Example

White with #BB0014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0014; }

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

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

background-color css

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

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

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

border-color css

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

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

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