Html Css Color HEX #B31217 Venetian Red

📋 copy color: '#B31217'

red 179 ◦ green 18 ◦ blue 23

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

Shades of Venetian Red #B31217

Tints of Venetian Red #B31217

RGB

 RED value IS 179 (70.31% from 255) = 81.36%

 GREEN value IS 18 (7.42% from 255) = 8.18%

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

R = 81.36%
G = 8.18%
B = 10.45%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#B31217 (or 0xB31217) is known color: Venetian Red. HEX triplet: B3, 12 and 17. RGB value is (179,18,23). Sum of RGB (Red+Green+Blue) = 179+18+23=220 (29% of max value = 765). Red value is 179 (70.31% from 255 or 81.36% from 220); Green value is 18 (7.42% from 255 or 8.18% from 220); Blue value is 23 (9.38% from 255 or 10.45% from 220); Max value from RGB is 179 - color contains mainly: red. Hex color #B31217 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B31217 is #4CEDE8. Grayscale: #424242. Windows color (decimal): -5041641 or 1512115. OLE color: 1512115.

HSL color Cylindrical-coordinate representation of color #B31217: hue angle of 358.14º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B31217 is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 18 23 -
CMYK 0 0.90 0.87 0.30
HSL 358.14º 0.82% 0.39% -
HSV(B) 358.14º 0.9% 0.7% -
XYZ 18.96 10.08 1.76 -
YUV 66.71 103.34 208.09 -
System Red Green Blue C M Y K H S L
Decimal 179 18 23 0 0.90 0.87 0.30 358.14 0.82 0.39
Hex B3 12 17 0 5A 57 1E 166 52 27
Octal 263 22 27 0 132 127 36 546 122 47
Binary 10110011 10010 10111 0 1011010 1010111 11110 101100110 1010010 100111

Color Harmonies of #B31217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31217

Black with #B31217

Text Example


Text Example

White with #B31217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31217; }

 p { color: rgb(179,18,23); }

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

background-color css

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

 a { background-color: rgb(179,18,23); }

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

border-color css

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

 span { border-color: rgb(179,18,23); }

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