Html Css Color HEX #BB0407 Venetian Red

📋 copy color: '#BB0407'

red 187 ◦ green 4 ◦ blue 7

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

Shades of Venetian Red #BB0407

Tints of Venetian Red #BB0407

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.02%

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

R = 94.44%
G = 2.02%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#BB0407 (or 0xBB0407) is known color: Venetian Red. HEX triplet: BB, 04 and 07. RGB value is (187,4,7). Sum of RGB (Red+Green+Blue) = 187+4+7=198 (26% of max value = 765). Red value is 187 (73.44% from 255 or 94.44% from 198); Green value is 4 (1.95% from 255 or 2.02% from 198); Blue value is 7 (3.12% from 255 or 3.54% from 198); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0407 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0407 is #44FBF8. Grayscale: #3B3B3B. Windows color (decimal): -4520953 or 459963. OLE color: 459963.

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

Color convert

RGB 187 4 7 -
CMYK 0 0.98 0.96 0.27
HSL 359.02º 0.96% 0.37% -
HSV(B) 359.02º 0.98% 0.73% -
XYZ 20.58 10.67 1.18 -
YUV 59.06 98.63 219.26 -
System Red Green Blue C M Y K H S L
Decimal 187 4 7 0 0.98 0.96 0.27 359.02 0.96 0.37
Hex BB 4 7 0 62 60 1B 167 60 25
Octal 273 4 7 0 142 140 33 547 140 45
Binary 10111011 100 111 0 1100010 1100000 11011 101100111 1100000 100101

Color Harmonies of #BB0407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0407

Black with #BB0407

Text Example


Text Example

White with #BB0407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0407; }

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

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

background-color css

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

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

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

border-color css

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

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

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