Html Css Color HEX #B80A20 Venetian Red

📋 copy color: '#B80A20'

red 184 ◦ green 10 ◦ blue 32

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

Shades of Venetian Red #B80A20

Tints of Venetian Red #B80A20

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.42%

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

R = 81.42%
G = 4.42%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B80A20 (or 0xB80A20) is known color: Venetian Red. HEX triplet: B8, 0A and 20. RGB value is (184,10,32). Sum of RGB (Red+Green+Blue) = 184+10+32=226 (29% of max value = 765). Red value is 184 (72.27% from 255 or 81.42% from 226); Green value is 10 (4.30% from 255 or 4.42% from 226); Blue value is 32 (12.89% from 255 or 14.16% from 226); Max value from RGB is 184 - color contains mainly: red. Hex color #B80A20 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80A20 is #47F5DF. Grayscale: #404040. Windows color (decimal): -4716000 or 2099896. OLE color: 2099896.

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

Color convert

RGB 184 10 32 -
CMYK 0 0.95 0.83 0.28
HSL 352.41º 0.9% 0.38% -
HSV(B) 352.41º 0.95% 0.72% -
XYZ 20.14 10.51 2.33 -
YUV 64.53 109.65 213.21 -
System Red Green Blue C M Y K H S L
Decimal 184 10 32 0 0.95 0.83 0.28 352.41 0.9 0.38
Hex B8 A 20 0 5F 53 1C 160 5A 26
Octal 270 12 40 0 137 123 34 540 132 46
Binary 10111000 1010 100000 0 1011111 1010011 11100 101100000 1011010 100110

Color Harmonies of #B80A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80A20

Black with #B80A20

Text Example


Text Example

White with #B80A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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