Html Css Color HEX #B80222 Venetian Red

📋 copy color: '#B80222'

red 184 ◦ green 2 ◦ blue 34

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

Shades of Venetian Red #B80222

Tints of Venetian Red #B80222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 15.45%

R = 83.64%
G = 0.91%
B = 15.45%

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

#B80222 (or 0xB80222) is known color: Venetian Red. HEX triplet: B8, 02 and 22. RGB value is (184,2,34). Sum of RGB (Red+Green+Blue) = 184+2+34=220 (29% of max value = 765). Red value is 184 (72.27% from 255 or 83.64% from 220); Green value is 2 (1.17% from 255 or 0.91% from 220); Blue value is 34 (13.67% from 255 or 15.45% from 220); Max value from RGB is 184 - color contains mainly: red. Hex color #B80222 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80222 is #47FDDD. Grayscale: #3C3C3C. Windows color (decimal): -4718046 or 2228920. OLE color: 2228920.

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

Color convert

RGB 184 2 34 -
CMYK 0 0.99 0.82 0.28
HSL 349.45º 0.98% 0.36% -
HSV(B) 349.45º 0.99% 0.72% -
XYZ 20.08 10.35 2.45 -
YUV 60.07 113.3 216.4 -
System Red Green Blue C M Y K H S L
Decimal 184 2 34 0 0.99 0.82 0.28 349.45 0.98 0.36
Hex B8 2 22 0 63 52 1C 15D 62 24
Octal 270 2 42 0 143 122 34 535 142 44
Binary 10111000 10 100010 0 1100011 1010010 11100 101011101 1100010 100100

Color Harmonies of #B80222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80222

Black with #B80222

Text Example


Text Example

White with #B80222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80222; }

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

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

background-color css

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

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

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

border-color css

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

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

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