Html Css Color HEX #B50420 Venetian Red

📋 copy color: '#B50420'

red 181 ◦ green 4 ◦ blue 32

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

Shades of Venetian Red #B50420

Tints of Venetian Red #B50420

RGB

 RED value IS 181 (71.09% from 255) = 83.41%

 GREEN value IS 4 (1.95% from 255) = 1.84%

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

R = 83.41%
G = 1.84%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B50420 (or 0xB50420) is known color: Venetian Red. HEX triplet: B5, 04 and 20. RGB value is (181,4,32). Sum of RGB (Red+Green+Blue) = 181+4+32=217 (28% of max value = 765). Red value is 181 (71.09% from 255 or 83.41% from 217); Green value is 4 (1.95% from 255 or 1.84% from 217); Blue value is 32 (12.89% from 255 or 14.75% from 217); Max value from RGB is 181 - color contains mainly: red. Hex color #B50420 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50420 is #4AFBDF. Grayscale: #3C3C3C. Windows color (decimal): -4914144 or 2098357. OLE color: 2098357.

HSL color Cylindrical-coordinate representation of color #B50420: hue angle of 350.51º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B50420 is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 4 32 -
CMYK 0 0.98 0.82 0.29
HSL 350.51º 0.96% 0.36% -
HSV(B) 350.51º 0.98% 0.71% -
XYZ 19.36 10.01 2.28 -
YUV 60.12 112.14 214.22 -
System Red Green Blue C M Y K H S L
Decimal 181 4 32 0 0.98 0.82 0.29 350.51 0.96 0.36
Hex B5 4 20 0 62 52 1D 15F 60 24
Octal 265 4 40 0 142 122 35 537 140 44
Binary 10110101 100 100000 0 1100010 1010010 11101 101011111 1100000 100100

Color Harmonies of #B50420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50420

Black with #B50420

Text Example


Text Example

White with #B50420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50420; }

 p { color: rgb(181,4,32); }

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

background-color css

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

 a { background-color: rgb(181,4,32); }

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

border-color css

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

 span { border-color: rgb(181,4,32); }

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