Html Css Color HEX #B50810 Venetian Red

📋 copy color: '#B50810'

red 181 ◦ green 8 ◦ blue 16

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

Shades of Venetian Red #B50810

Tints of Venetian Red #B50810

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.9%

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

R = 88.29%
G = 3.9%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B50810 (or 0xB50810) is known color: Venetian Red. HEX triplet: B5, 08 and 10. RGB value is (181,8,16). Sum of RGB (Red+Green+Blue) = 181+8+16=205 (27% of max value = 765). Red value is 181 (71.09% from 255 or 88.29% from 205); Green value is 8 (3.52% from 255 or 3.90% from 205); Blue value is 16 (6.64% from 255 or 7.80% from 205); Max value from RGB is 181 - color contains mainly: red. Hex color #B50810 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B50810 is #4AF7EF. Grayscale: #3C3C3C. Windows color (decimal): -4913136 or 1050805. OLE color: 1050805.

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

Color convert

RGB 181 8 16 -
CMYK 0 0.96 0.91 0.29
HSL 357.23º 0.92% 0.37% -
HSV(B) 357.23º 0.96% 0.71% -
XYZ 19.24 10.03 1.41 -
YUV 60.64 102.81 213.85 -
System Red Green Blue C M Y K H S L
Decimal 181 8 16 0 0.96 0.91 0.29 357.23 0.92 0.37
Hex B5 8 10 0 60 5B 1D 165 5C 25
Octal 265 10 20 0 140 133 35 545 134 45
Binary 10110101 1000 10000 0 1100000 1011011 11101 101100101 1011100 100101

Color Harmonies of #B50810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50810

Black with #B50810

Text Example


Text Example

White with #B50810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50810; }

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

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

background-color css

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

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

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

border-color css

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

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

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