Html Css Color HEX #B50913 Venetian Red

📋 copy color: '#B50913'

red 181 ◦ green 9 ◦ blue 19

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

Shades of Venetian Red #B50913

Tints of Venetian Red #B50913

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.31%

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

R = 86.6%
G = 4.31%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B50913 (or 0xB50913) is known color: Venetian Red. HEX triplet: B5, 09 and 13. RGB value is (181,9,19). Sum of RGB (Red+Green+Blue) = 181+9+19=209 (27% of max value = 765). Red value is 181 (71.09% from 255 or 86.60% from 209); Green value is 9 (3.91% from 255 or 4.31% from 209); Blue value is 19 (7.81% from 255 or 9.09% from 209); Max value from RGB is 181 - color contains mainly: red. Hex color #B50913 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B50913 is #4AF6EC. Grayscale: #3D3D3D. Windows color (decimal): -4912877 or 1247669. OLE color: 1247669.

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

Color convert

RGB 181 9 19 -
CMYK 0 0.95 0.90 0.29
HSL 356.51º 0.91% 0.37% -
HSV(B) 356.51º 0.95% 0.71% -
XYZ 19.27 10.07 1.54 -
YUV 61.57 103.98 213.19 -
System Red Green Blue C M Y K H S L
Decimal 181 9 19 0 0.95 0.90 0.29 356.51 0.91 0.37
Hex B5 9 13 0 5F 5A 1D 165 5B 25
Octal 265 11 23 0 137 132 35 545 133 45
Binary 10110101 1001 10011 0 1011111 1011010 11101 101100101 1011011 100101

Color Harmonies of #B50913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50913

Black with #B50913

Text Example


Text Example

White with #B50913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50913; }

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

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

background-color css

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

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

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

border-color css

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

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

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