Html Css Color HEX #B80812 Venetian Red

📋 copy color: '#B80812'

red 184 ◦ green 8 ◦ blue 18

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

Shades of Venetian Red #B80812

Tints of Venetian Red #B80812

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.81%

 BLUE value IS 18 (7.42% from 255) = 8.57%

R = 87.62%
G = 3.81%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B80812 (or 0xB80812) is known color: Venetian Red. HEX triplet: B8, 08 and 12. RGB value is (184,8,18). Sum of RGB (Red+Green+Blue) = 184+8+18=210 (27% of max value = 765). Red value is 184 (72.27% from 255 or 87.62% from 210); Green value is 8 (3.52% from 255 or 3.81% from 210); Blue value is 18 (7.42% from 255 or 8.57% from 210); Max value from RGB is 184 - color contains mainly: red. Hex color #B80812 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B80812 is #47F7ED. Grayscale: #3D3D3D. Windows color (decimal): -4716526 or 1181880. OLE color: 1181880.

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

Color convert

RGB 184 8 18 -
CMYK 0 0.96 0.90 0.28
HSL 356.59º 0.92% 0.38% -
HSV(B) 356.59º 0.96% 0.72% -
XYZ 19.96 10.41 1.53 -
YUV 61.76 103.31 215.19 -
System Red Green Blue C M Y K H S L
Decimal 184 8 18 0 0.96 0.90 0.28 356.59 0.92 0.38
Hex B8 8 12 0 60 5A 1C 165 5C 26
Octal 270 10 22 0 140 132 34 545 134 46
Binary 10111000 1000 10010 0 1100000 1011010 11100 101100101 1011100 100110

Color Harmonies of #B80812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80812

Black with #B80812

Text Example


Text Example

White with #B80812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80812; }

 p { color: rgb(184,8,18); }

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

background-color css

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

 a { background-color: rgb(184,8,18); }

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

border-color css

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

 span { border-color: rgb(184,8,18); }

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