Html Css Color HEX #B80407 Venetian Red

📋 copy color: '#B80407'

red 184 ◦ green 4 ◦ blue 7

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

Shades of Venetian Red #B80407

Tints of Venetian Red #B80407

RGB

 RED value IS 184 (72.27% from 255) = 94.36%

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

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

R = 94.36%
G = 2.05%
B = 3.59%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.28

RGB Variations

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

Color information

#B80407 (or 0xB80407) is known color: Venetian Red. HEX triplet: B8, 04 and 07. RGB value is (184,4,7). Sum of RGB (Red+Green+Blue) = 184+4+7=195 (25% of max value = 765). Red value is 184 (72.27% from 255 or 94.36% from 195); Green value is 4 (1.95% from 255 or 2.05% from 195); Blue value is 7 (3.12% from 255 or 3.59% from 195); Max value from RGB is 184 - color contains mainly: red. Hex color #B80407 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80407 is #47FBF8. Grayscale: #3A3A3A. Windows color (decimal): -4717561 or 459960. OLE color: 459960.

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

Color convert

RGB 184 4 7 -
CMYK 0 0.98 0.96 0.28
HSL 359º 0.96% 0.37% -
HSV(B) 359º 0.98% 0.72% -
XYZ 19.85 10.29 1.14 -
YUV 58.16 99.13 217.76 -
System Red Green Blue C M Y K H S L
Decimal 184 4 7 0 0.98 0.96 0.28 359 0.96 0.37
Hex B8 4 7 0 62 60 1C 167 60 25
Octal 270 4 7 0 142 140 34 547 140 45
Binary 10111000 100 111 0 1100010 1100000 11100 101100111 1100000 100101

Color Harmonies of #B80407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80407

Black with #B80407

Text Example


Text Example

White with #B80407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80407; }

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

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

background-color css

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

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

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

border-color css

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

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

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