Html Css Color HEX #B50713 Venetian Red

📋 copy color: '#B50713'

red 181 ◦ green 7 ◦ blue 19

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

Shades of Venetian Red #B50713

Tints of Venetian Red #B50713

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.38%

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

R = 87.44%
G = 3.38%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B50713 (or 0xB50713) is known color: Venetian Red. HEX triplet: B5, 07 and 13. RGB value is (181,7,19). Sum of RGB (Red+Green+Blue) = 181+7+19=207 (27% of max value = 765). Red value is 181 (71.09% from 255 or 87.44% from 207); Green value is 7 (3.12% from 255 or 3.38% from 207); Blue value is 19 (7.81% from 255 or 9.18% from 207); Max value from RGB is 181 - color contains mainly: red. Hex color #B50713 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B50713 is #4AF8EC. Grayscale: #3C3C3C. Windows color (decimal): -4913389 or 1247157. OLE color: 1247157.

HSL color Cylindrical-coordinate representation of color #B50713: hue angle of 355.86º degrees, saturation: 0.93, 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 #B50713 is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 7 19 -
CMYK 0 0.96 0.90 0.29
HSL 355.86º 0.93% 0.37% -
HSV(B) 355.86º 0.96% 0.71% -
XYZ 19.25 10.02 1.54 -
YUV 60.39 104.65 214.02 -
System Red Green Blue C M Y K H S L
Decimal 181 7 19 0 0.96 0.90 0.29 355.86 0.93 0.37
Hex B5 7 13 0 60 5A 1D 164 5D 25
Octal 265 7 23 0 140 132 35 544 135 45
Binary 10110101 111 10011 0 1100000 1011010 11101 101100100 1011101 100101

Color Harmonies of #B50713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50713

Black with #B50713

Text Example


Text Example

White with #B50713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50713; }

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

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

background-color css

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

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

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

border-color css

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

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

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