Html Css Color HEX #B80221 Venetian Red

📋 copy color: '#B80221'

red 184 ◦ green 2 ◦ blue 33

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

Shades of Venetian Red #B80221

Tints of Venetian Red #B80221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 15.07%

R = 84.02%
G = 0.91%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.28

RGB Variations

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

Color information

#B80221 (or 0xB80221) is known color: Venetian Red. HEX triplet: B8, 02 and 21. RGB value is (184,2,33). Sum of RGB (Red+Green+Blue) = 184+2+33=219 (29% of max value = 765). Red value is 184 (72.27% from 255 or 84.02% from 219); Green value is 2 (1.17% from 255 or 0.91% from 219); Blue value is 33 (13.28% from 255 or 15.07% from 219); Max value from RGB is 184 - color contains mainly: red. Hex color #B80221 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80221 is #47FDDE. Grayscale: #3C3C3C. Windows color (decimal): -4718047 or 2163384. OLE color: 2163384.

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

Color convert

RGB 184 2 33 -
CMYK 0 0.99 0.82 0.28
HSL 349.78º 0.98% 0.36% -
HSV(B) 349.78º 0.99% 0.72% -
XYZ 20.06 10.34 2.38 -
YUV 59.95 112.8 216.48 -
System Red Green Blue C M Y K H S L
Decimal 184 2 33 0 0.99 0.82 0.28 349.78 0.98 0.36
Hex B8 2 21 0 63 52 1C 15E 62 24
Octal 270 2 41 0 143 122 34 536 142 44
Binary 10111000 10 100001 0 1100011 1010010 11100 101011110 1100010 100100

Color Harmonies of #B80221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80221

Black with #B80221

Text Example


Text Example

White with #B80221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80221; }

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

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

background-color css

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

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

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

border-color css

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

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

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