Html Css Color HEX #B81220 Venetian Red

📋 copy color: '#B81220'

red 184 ◦ green 18 ◦ blue 32

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

Shades of Venetian Red #B81220

Tints of Venetian Red #B81220

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.69%

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

R = 78.63%
G = 7.69%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B81220 (or 0xB81220) is known color: Venetian Red. HEX triplet: B8, 12 and 20. RGB value is (184,18,32). Sum of RGB (Red+Green+Blue) = 184+18+32=234 (30% of max value = 765). Red value is 184 (72.27% from 255 or 78.63% from 234); Green value is 18 (7.42% from 255 or 7.69% from 234); Blue value is 32 (12.89% from 255 or 13.68% from 234); Max value from RGB is 184 - color contains mainly: red. Hex color #B81220 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81220 is #47EDDF. Grayscale: #454545. Windows color (decimal): -4713952 or 2101944. OLE color: 2101944.

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

Color convert

RGB 184 18 32 -
CMYK 0 0.90 0.83 0.28
HSL 354.94º 0.82% 0.4% -
HSV(B) 354.94º 0.9% 0.72% -
XYZ 20.24 10.73 2.37 -
YUV 69.23 107 209.86 -
System Red Green Blue C M Y K H S L
Decimal 184 18 32 0 0.90 0.83 0.28 354.94 0.82 0.4
Hex B8 12 20 0 5A 53 1C 163 52 28
Octal 270 22 40 0 132 123 34 543 122 50
Binary 10111000 10010 100000 0 1011010 1010011 11100 101100011 1010010 101000

Color Harmonies of #B81220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81220

Black with #B81220

Text Example


Text Example

White with #B81220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81220; }

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

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

background-color css

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

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

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

border-color css

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

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

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