Html Css Color HEX #BB0013 Venetian Red

📋 copy color: '#BB0013'

red 187 ◦ green 0 ◦ blue 19

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

Shades of Venetian Red #BB0013

Tints of Venetian Red #BB0013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.22%

R = 90.78%
G = 0%
B = 9.22%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BB0013 (or 0xBB0013) is known color: Venetian Red. HEX triplet: BB, 00 and 13. RGB value is (187,0,19). Sum of RGB (Red+Green+Blue) = 187+0+19=206 (27% of max value = 765). Red value is 187 (73.44% from 255 or 90.78% from 206); Green value is 0 (0.39% from 255 or 0% from 206); Blue value is 19 (7.81% from 255 or 9.22% from 206); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0013 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0013 is #44FFEC. Grayscale: #3A3A3A. Windows color (decimal): -4521965 or 1245371. OLE color: 1245371.

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

Color convert

RGB 187 0 19 -
CMYK 0 1 0.90 0.27
HSL 353.9º 1% 0.37% -
HSV(B) 353.9º 1% 0.73% -
XYZ 20.61 10.61 1.58 -
YUV 58.08 105.95 219.96 -
System Red Green Blue C M Y K H S L
Decimal 187 0 19 0 1 0.90 0.27 353.9 1 0.37
Hex BB 0 13 0 64 5A 1B 162 64 25
Octal 273 0 23 0 144 132 33 542 144 45
Binary 10111011 0 10011 0 1100100 1011010 11011 101100010 1100100 100101

Color Harmonies of #BB0013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0013

Black with #BB0013

Text Example


Text Example

White with #BB0013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0013; }

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

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

background-color css

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

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

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

border-color css

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

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

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