Html Css Color HEX #B80229 Venetian Red

📋 copy color: '#B80229'

red 184 ◦ green 2 ◦ blue 41

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

Shades of Venetian Red #B80229

Tints of Venetian Red #B80229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 18.06%

R = 81.06%
G = 0.88%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#B80229 (or 0xB80229) is known color: Venetian Red. HEX triplet: B8, 02 and 29. RGB value is (184,2,41). Sum of RGB (Red+Green+Blue) = 184+2+41=227 (30% of max value = 765). Red value is 184 (72.27% from 255 or 81.06% from 227); Green value is 2 (1.17% from 255 or 0.88% from 227); Blue value is 41 (16.41% from 255 or 18.06% from 227); Max value from RGB is 184 - color contains mainly: red. Hex color #B80229 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80229 is #47FDD6. Grayscale: #3C3C3C. Windows color (decimal): -4718039 or 2687672. OLE color: 2687672.

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

Color convert

RGB 184 2 41 -
CMYK 0 0.99 0.78 0.28
HSL 347.14º 0.98% 0.36% -
HSV(B) 347.14º 0.99% 0.72% -
XYZ 20.19 10.39 3.04 -
YUV 60.86 116.8 215.83 -
System Red Green Blue C M Y K H S L
Decimal 184 2 41 0 0.99 0.78 0.28 347.14 0.98 0.36
Hex B8 2 29 0 63 4E 1C 15B 62 24
Octal 270 2 51 0 143 116 34 533 142 44
Binary 10111000 10 101001 0 1100011 1001110 11100 101011011 1100010 100100

Color Harmonies of #B80229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80229

Black with #B80229

Text Example


Text Example

White with #B80229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80229; }

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

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

background-color css

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

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

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

border-color css

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

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

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