Html Css Color HEX #B50316 Venetian Red

📋 copy color: '#B50316'

red 181 ◦ green 3 ◦ blue 22

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

Shades of Venetian Red #B50316

Tints of Venetian Red #B50316

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.46%

 BLUE value IS 22 (8.98% from 255) = 10.68%

R = 87.86%
G = 1.46%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B50316 (or 0xB50316) is known color: Venetian Red. HEX triplet: B5, 03 and 16. RGB value is (181,3,22). Sum of RGB (Red+Green+Blue) = 181+3+22=206 (27% of max value = 765). Red value is 181 (71.09% from 255 or 87.86% from 206); Green value is 3 (1.56% from 255 or 1.46% from 206); Blue value is 22 (8.98% from 255 or 10.68% from 206); Max value from RGB is 181 - color contains mainly: red. Hex color #B50316 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B50316 is #4AFCE9. Grayscale: #3A3A3A. Windows color (decimal): -4914410 or 1442741. OLE color: 1442741.

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

Color convert

RGB 181 3 22 -
CMYK 0 0.98 0.88 0.29
HSL 353.6º 0.97% 0.36% -
HSV(B) 353.6º 0.98% 0.71% -
XYZ 19.23 9.95 1.67 -
YUV 58.39 107.47 215.46 -
System Red Green Blue C M Y K H S L
Decimal 181 3 22 0 0.98 0.88 0.29 353.6 0.97 0.36
Hex B5 3 16 0 62 58 1D 162 61 24
Octal 265 3 26 0 142 130 35 542 141 44
Binary 10110101 11 10110 0 1100010 1011000 11101 101100010 1100001 100100

Color Harmonies of #B50316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50316

Black with #B50316

Text Example


Text Example

White with #B50316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50316; }

 p { color: rgb(181,3,22); }

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

background-color css

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

 a { background-color: rgb(181,3,22); }

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

border-color css

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

 span { border-color: rgb(181,3,22); }

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