Html Css Color HEX #B80820 Venetian Red

📋 copy color: '#B80820'

red 184 ◦ green 8 ◦ blue 32

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

Shades of Venetian Red #B80820

Tints of Venetian Red #B80820

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 14.29%

R = 82.14%
G = 3.57%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B80820 (or 0xB80820) is known color: Venetian Red. HEX triplet: B8, 08 and 20. RGB value is (184,8,32). Sum of RGB (Red+Green+Blue) = 184+8+32=224 (29% of max value = 765). Red value is 184 (72.27% from 255 or 82.14% from 224); Green value is 8 (3.52% from 255 or 3.57% from 224); Blue value is 32 (12.89% from 255 or 14.29% from 224); Max value from RGB is 184 - color contains mainly: red. Hex color #B80820 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80820 is #47F7DF. Grayscale: #3F3F3F. Windows color (decimal): -4716512 or 2099384. OLE color: 2099384.

HSL color Cylindrical-coordinate representation of color #B80820: hue angle of 351.82º 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 #B80820 is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 8 32 -
CMYK 0 0.96 0.83 0.28
HSL 351.82º 0.92% 0.38% -
HSV(B) 351.82º 0.96% 0.72% -
XYZ 20.11 10.47 2.33 -
YUV 63.36 110.31 214.05 -
System Red Green Blue C M Y K H S L
Decimal 184 8 32 0 0.96 0.83 0.28 351.82 0.92 0.38
Hex B8 8 20 0 60 53 1C 160 5C 26
Octal 270 10 40 0 140 123 34 540 134 46
Binary 10111000 1000 100000 0 1100000 1010011 11100 101100000 1011100 100110

Color Harmonies of #B80820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80820

Black with #B80820

Text Example


Text Example

White with #B80820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80820; }

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

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

background-color css

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

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

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

border-color css

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

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

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