Html Css Color HEX #B80220 Venetian Red

📋 copy color: '#B80220'

red 184 ◦ green 2 ◦ blue 32

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

Shades of Venetian Red #B80220

Tints of Venetian Red #B80220

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.92%

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

R = 84.4%
G = 0.92%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B80220 (or 0xB80220) is known color: Venetian Red. HEX triplet: B8, 02 and 20. RGB value is (184,2,32). Sum of RGB (Red+Green+Blue) = 184+2+32=218 (28% of max value = 765). Red value is 184 (72.27% from 255 or 84.40% from 218); Green value is 2 (1.17% from 255 or 0.92% from 218); Blue value is 32 (12.89% from 255 or 14.68% from 218); Max value from RGB is 184 - color contains mainly: red. Hex color #B80220 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80220 is #47FDDF. Grayscale: #3B3B3B. Windows color (decimal): -4718048 or 2097848. OLE color: 2097848.

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

Color convert

RGB 184 2 32 -
CMYK 0 0.99 0.83 0.28
HSL 350.11º 0.98% 0.36% -
HSV(B) 350.11º 0.99% 0.72% -
XYZ 20.05 10.34 2.31 -
YUV 59.84 112.3 216.56 -
System Red Green Blue C M Y K H S L
Decimal 184 2 32 0 0.99 0.83 0.28 350.11 0.98 0.36
Hex B8 2 20 0 63 53 1C 15E 62 24
Octal 270 2 40 0 143 123 34 536 142 44
Binary 10111000 10 100000 0 1100011 1010011 11100 101011110 1100010 100100

Color Harmonies of #B80220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80220

Black with #B80220

Text Example


Text Example

White with #B80220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80220; }

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

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

background-color css

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

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

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

border-color css

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

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

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