Html Css Color HEX #B50424 Venetian Red

📋 copy color: '#B50424'

red 181 ◦ green 4 ◦ blue 36

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

Shades of Venetian Red #B50424

Tints of Venetian Red #B50424

RGB

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

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

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

R = 81.9%
G = 1.81%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.80

 K value IS 0.29

RGB Variations

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

Color information

#B50424 (or 0xB50424) is known color: Venetian Red. HEX triplet: B5, 04 and 24. RGB value is (181,4,36). Sum of RGB (Red+Green+Blue) = 181+4+36=221 (29% of max value = 765). Red value is 181 (71.09% from 255 or 81.90% from 221); Green value is 4 (1.95% from 255 or 1.81% from 221); Blue value is 36 (14.45% from 255 or 16.29% from 221); Max value from RGB is 181 - color contains mainly: red. Hex color #B50424 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50424 is #4AFBDB. Grayscale: #3C3C3C. Windows color (decimal): -4914140 or 2360501. OLE color: 2360501.

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

Color convert

RGB 181 4 36 -
CMYK 0 0.98 0.80 0.29
HSL 349.15º 0.96% 0.36% -
HSV(B) 349.15º 0.98% 0.71% -
XYZ 19.42 10.04 2.58 -
YUV 60.57 114.14 213.9 -
System Red Green Blue C M Y K H S L
Decimal 181 4 36 0 0.98 0.80 0.29 349.15 0.96 0.36
Hex B5 4 24 0 62 50 1D 15D 60 24
Octal 265 4 44 0 142 120 35 535 140 44
Binary 10110101 100 100100 0 1100010 1010000 11101 101011101 1100000 100100

Color Harmonies of #B50424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50424

Black with #B50424

Text Example


Text Example

White with #B50424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50424; }

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

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

background-color css

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

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

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

border-color css

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

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

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