Html Css Color HEX #BB1013 Venetian Red

📋 copy color: '#BB1013'

red 187 ◦ green 16 ◦ blue 19

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

Shades of Venetian Red #BB1013

Tints of Venetian Red #BB1013

RGB

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

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

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

R = 84.23%
G = 7.21%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BB1013 (or 0xBB1013) is known color: Venetian Red. HEX triplet: BB, 10 and 13. RGB value is (187,16,19). Sum of RGB (Red+Green+Blue) = 187+16+19=222 (29% of max value = 765). Red value is 187 (73.44% from 255 or 84.23% from 222); Green value is 16 (6.64% from 255 or 7.21% from 222); Blue value is 19 (7.81% from 255 or 8.56% from 222); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1013 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB1013 is #44EFEC. Grayscale: #434343. Windows color (decimal): -4517869 or 1249467. OLE color: 1249467.

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

Color convert

RGB 187 16 19 -
CMYK 0 0.91 0.90 0.27
HSL 358.95º 0.84% 0.4% -
HSV(B) 358.95º 0.91% 0.73% -
XYZ 20.8 10.98 1.64 -
YUV 67.47 100.65 213.26 -
System Red Green Blue C M Y K H S L
Decimal 187 16 19 0 0.91 0.90 0.27 358.95 0.84 0.4
Hex BB 10 13 0 5B 5A 1B 167 54 28
Octal 273 20 23 0 133 132 33 547 124 50
Binary 10111011 10000 10011 0 1011011 1011010 11011 101100111 1010100 101000

Color Harmonies of #BB1013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1013

Black with #BB1013

Text Example


Text Example

White with #BB1013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1013; }

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

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

background-color css

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

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

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

border-color css

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

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

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