Html Css Color HEX #B50617 Venetian Red

📋 copy color: '#B50617'

red 181 ◦ green 6 ◦ blue 23

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

Shades of Venetian Red #B50617

Tints of Venetian Red #B50617

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.86%

 BLUE value IS 23 (9.38% from 255) = 10.95%

R = 86.19%
G = 2.86%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#B50617 (or 0xB50617) is known color: Venetian Red. HEX triplet: B5, 06 and 17. RGB value is (181,6,23). Sum of RGB (Red+Green+Blue) = 181+6+23=210 (27% of max value = 765). Red value is 181 (71.09% from 255 or 86.19% from 210); Green value is 6 (2.73% from 255 or 2.86% from 210); Blue value is 23 (9.38% from 255 or 10.95% from 210); Max value from RGB is 181 - color contains mainly: red. Hex color #B50617 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B50617 is #4AF9E8. Grayscale: #3C3C3C. Windows color (decimal): -4913641 or 1509045. OLE color: 1509045.

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

Color convert

RGB 181 6 23 -
CMYK 0 0.97 0.87 0.29
HSL 354.17º 0.94% 0.37% -
HSV(B) 354.17º 0.97% 0.71% -
XYZ 19.28 10.02 1.73 -
YUV 60.26 106.98 214.12 -
System Red Green Blue C M Y K H S L
Decimal 181 6 23 0 0.97 0.87 0.29 354.17 0.94 0.37
Hex B5 6 17 0 61 57 1D 162 5E 25
Octal 265 6 27 0 141 127 35 542 136 45
Binary 10110101 110 10111 0 1100001 1010111 11101 101100010 1011110 100101

Color Harmonies of #B50617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50617

Black with #B50617

Text Example


Text Example

White with #B50617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50617; }

 p { color: rgb(181,6,23); }

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

background-color css

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

 a { background-color: rgb(181,6,23); }

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

border-color css

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

 span { border-color: rgb(181,6,23); }

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