Html Css Color HEX #BB0713 Venetian Red

📋 copy color: '#BB0713'

red 187 ◦ green 7 ◦ blue 19

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

Shades of Venetian Red #BB0713

Tints of Venetian Red #BB0713

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.29%

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

R = 87.79%
G = 3.29%
B = 8.92%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BB0713 (or 0xBB0713) is known color: Venetian Red. HEX triplet: BB, 07 and 13. RGB value is (187,7,19). Sum of RGB (Red+Green+Blue) = 187+7+19=213 (28% of max value = 765). Red value is 187 (73.44% from 255 or 87.79% from 213); Green value is 7 (3.12% from 255 or 3.29% from 213); Blue value is 19 (7.81% from 255 or 8.92% from 213); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0713 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0713 is #44F8EC. Grayscale: #3E3E3E. Windows color (decimal): -4520173 or 1247163. OLE color: 1247163.

HSL color Cylindrical-coordinate representation of color #BB0713: hue angle of 356º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BB0713 is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 7 19 -
CMYK 0 0.96 0.90 0.27
HSL 356º 0.93% 0.38% -
HSV(B) 356º 0.96% 0.73% -
XYZ 20.69 10.76 1.6 -
YUV 62.19 103.63 217.02 -
System Red Green Blue C M Y K H S L
Decimal 187 7 19 0 0.96 0.90 0.27 356 0.93 0.38
Hex BB 7 13 0 60 5A 1B 164 5D 26
Octal 273 7 23 0 140 132 33 544 135 46
Binary 10111011 111 10011 0 1100000 1011010 11011 101100100 1011101 100110

Color Harmonies of #BB0713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0713

Black with #BB0713

Text Example


Text Example

White with #BB0713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0713; }

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

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

background-color css

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

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

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

border-color css

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

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

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