Html Css Color HEX #B50513 Venetian Red

📋 copy color: '#B50513'

red 181 ◦ green 5 ◦ blue 19

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

Shades of Venetian Red #B50513

Tints of Venetian Red #B50513

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.44%

 BLUE value IS 19 (7.81% from 255) = 9.27%

R = 88.29%
G = 2.44%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B50513 (or 0xB50513) is known color: Venetian Red. HEX triplet: B5, 05 and 13. RGB value is (181,5,19). Sum of RGB (Red+Green+Blue) = 181+5+19=205 (27% of max value = 765). Red value is 181 (71.09% from 255 or 88.29% from 205); Green value is 5 (2.34% from 255 or 2.44% from 205); Blue value is 19 (7.81% from 255 or 9.27% from 205); Max value from RGB is 181 - color contains mainly: red. Hex color #B50513 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B50513 is #4AFAEC. Grayscale: #3B3B3B. Windows color (decimal): -4913901 or 1246645. OLE color: 1246645.

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

Color convert

RGB 181 5 19 -
CMYK 0 0.97 0.90 0.29
HSL 355.23º 0.95% 0.36% -
HSV(B) 355.23º 0.97% 0.71% -
XYZ 19.23 9.98 1.53 -
YUV 59.22 105.31 214.86 -
System Red Green Blue C M Y K H S L
Decimal 181 5 19 0 0.97 0.90 0.29 355.23 0.95 0.36
Hex B5 5 13 0 61 5A 1D 163 5F 24
Octal 265 5 23 0 141 132 35 543 137 44
Binary 10110101 101 10011 0 1100001 1011010 11101 101100011 1011111 100100

Color Harmonies of #B50513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50513

Black with #B50513

Text Example


Text Example

White with #B50513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50513; }

 p { color: rgb(181,5,19); }

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

background-color css

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

 a { background-color: rgb(181,5,19); }

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

border-color css

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

 span { border-color: rgb(181,5,19); }

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