Html Css Color HEX #B80224 Venetian Red

📋 copy color: '#B80224'

red 184 ◦ green 2 ◦ blue 36

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

Shades of Venetian Red #B80224

Tints of Venetian Red #B80224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 16.22%

R = 82.88%
G = 0.9%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.28

RGB Variations

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

Color information

#B80224 (or 0xB80224) is known color: Venetian Red. HEX triplet: B8, 02 and 24. RGB value is (184,2,36). Sum of RGB (Red+Green+Blue) = 184+2+36=222 (29% of max value = 765). Red value is 184 (72.27% from 255 or 82.88% from 222); Green value is 2 (1.17% from 255 or 0.90% from 222); Blue value is 36 (14.45% from 255 or 16.22% from 222); Max value from RGB is 184 - color contains mainly: red. Hex color #B80224 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80224 is #47FDDB. Grayscale: #3C3C3C. Windows color (decimal): -4718044 or 2359992. OLE color: 2359992.

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

Color convert

RGB 184 2 36 -
CMYK 0 0.99 0.80 0.28
HSL 348.79º 0.98% 0.36% -
HSV(B) 348.79º 0.99% 0.72% -
XYZ 20.11 10.36 2.61 -
YUV 60.29 114.3 216.24 -
System Red Green Blue C M Y K H S L
Decimal 184 2 36 0 0.99 0.80 0.28 348.79 0.98 0.36
Hex B8 2 24 0 63 50 1C 15D 62 24
Octal 270 2 44 0 143 120 34 535 142 44
Binary 10111000 10 100100 0 1100011 1010000 11100 101011101 1100010 100100

Color Harmonies of #B80224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80224

Black with #B80224

Text Example


Text Example

White with #B80224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80224; }

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

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

background-color css

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

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

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

border-color css

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

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

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