Html Css Color HEX #B50210 Venetian Red

📋 copy color: '#B50210'

red 181 ◦ green 2 ◦ blue 16

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

Shades of Venetian Red #B50210

Tints of Venetian Red #B50210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.04%

R = 90.95%
G = 1.01%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B50210 (or 0xB50210) is known color: Venetian Red. HEX triplet: B5, 02 and 10. RGB value is (181,2,16). Sum of RGB (Red+Green+Blue) = 181+2+16=199 (26% of max value = 765). Red value is 181 (71.09% from 255 or 90.95% from 199); Green value is 2 (1.17% from 255 or 1.01% from 199); Blue value is 16 (6.64% from 255 or 8.04% from 199); Max value from RGB is 181 - color contains mainly: red. Hex color #B50210 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B50210 is #4AFDEF. Grayscale: #393939. Windows color (decimal): -4914672 or 1049269. OLE color: 1049269.

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

Color convert

RGB 181 2 16 -
CMYK 0 0.99 0.91 0.29
HSL 355.31º 0.98% 0.36% -
HSV(B) 355.31º 0.99% 0.71% -
XYZ 19.17 9.9 1.39 -
YUV 57.12 104.8 216.36 -
System Red Green Blue C M Y K H S L
Decimal 181 2 16 0 0.99 0.91 0.29 355.31 0.98 0.36
Hex B5 2 10 0 63 5B 1D 163 62 24
Octal 265 2 20 0 143 133 35 543 142 44
Binary 10110101 10 10000 0 1100011 1011011 11101 101100011 1100010 100100

Color Harmonies of #B50210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50210

Black with #B50210

Text Example


Text Example

White with #B50210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50210; }

 p { color: rgb(181,2,16); }

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

background-color css

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

 a { background-color: rgb(181,2,16); }

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

border-color css

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

 span { border-color: rgb(181,2,16); }

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