Html Css Color HEX #BB0607 Venetian Red

📋 copy color: '#BB0607'

red 187 ◦ green 6 ◦ blue 7

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

Shades of Venetian Red #BB0607

Tints of Venetian Red #BB0607

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3%

 BLUE value IS 7 (3.13% from 255) = 3.5%

R = 93.5%
G = 3%
B = 3.5%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#BB0607 (or 0xBB0607) is known color: Venetian Red. HEX triplet: BB, 06 and 07. RGB value is (187,6,7). Sum of RGB (Red+Green+Blue) = 187+6+7=200 (26% of max value = 765). Red value is 187 (73.44% from 255 or 93.5% from 200); Green value is 6 (2.73% from 255 or 3% from 200); Blue value is 7 (3.12% from 255 or 3.5% from 200); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0607 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0607 is #44F9F8. Grayscale: #3C3C3C. Windows color (decimal): -4520441 or 460475. OLE color: 460475.

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

Color convert

RGB 187 6 7 -
CMYK 0 0.97 0.96 0.27
HSL 359.67º 0.94% 0.38% -
HSV(B) 359.67º 0.97% 0.73% -
XYZ 20.6 10.71 1.18 -
YUV 60.23 97.97 218.42 -
System Red Green Blue C M Y K H S L
Decimal 187 6 7 0 0.97 0.96 0.27 359.67 0.94 0.38
Hex BB 6 7 0 61 60 1B 168 5E 26
Octal 273 6 7 0 141 140 33 550 136 46
Binary 10111011 110 111 0 1100001 1100000 11011 101101000 1011110 100110

Color Harmonies of #BB0607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0607

Black with #BB0607

Text Example


Text Example

White with #BB0607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0607; }

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

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

background-color css

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

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

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

border-color css

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

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

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