Html Css Color HEX #B50416 Venetian Red

📋 copy color: '#B50416'

red 181 ◦ green 4 ◦ blue 22

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

Shades of Venetian Red #B50416

Tints of Venetian Red #B50416

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 10.63%

R = 87.44%
G = 1.93%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B50416 (or 0xB50416) is known color: Venetian Red. HEX triplet: B5, 04 and 16. RGB value is (181,4,22). Sum of RGB (Red+Green+Blue) = 181+4+22=207 (27% of max value = 765). Red value is 181 (71.09% from 255 or 87.44% from 207); Green value is 4 (1.95% from 255 or 1.93% from 207); Blue value is 22 (8.98% from 255 or 10.63% from 207); Max value from RGB is 181 - color contains mainly: red. Hex color #B50416 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B50416 is #4AFBE9. Grayscale: #3B3B3B. Windows color (decimal): -4914154 or 1442997. OLE color: 1442997.

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

Color convert

RGB 181 4 22 -
CMYK 0 0.98 0.88 0.29
HSL 353.9º 0.96% 0.36% -
HSV(B) 353.9º 0.98% 0.71% -
XYZ 19.24 9.97 1.67 -
YUV 58.98 107.14 215.04 -
System Red Green Blue C M Y K H S L
Decimal 181 4 22 0 0.98 0.88 0.29 353.9 0.96 0.36
Hex B5 4 16 0 62 58 1D 162 60 24
Octal 265 4 26 0 142 130 35 542 140 44
Binary 10110101 100 10110 0 1100010 1011000 11101 101100010 1100000 100100

Color Harmonies of #B50416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50416

Black with #B50416

Text Example


Text Example

White with #B50416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50416; }

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

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

background-color css

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

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

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

border-color css

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

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

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