Html Css Color HEX #B31417 Venetian Red

📋 copy color: '#B31417'

red 179 ◦ green 20 ◦ blue 23

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

Shades of Venetian Red #B31417

Tints of Venetian Red #B31417

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.01%

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

R = 80.63%
G = 9.01%
B = 10.36%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#B31417 (or 0xB31417) is known color: Venetian Red. HEX triplet: B3, 14 and 17. RGB value is (179,20,23). Sum of RGB (Red+Green+Blue) = 179+20+23=222 (29% of max value = 765). Red value is 179 (70.31% from 255 or 80.63% from 222); Green value is 20 (8.20% from 255 or 9.01% from 222); Blue value is 23 (9.38% from 255 or 10.36% from 222); Max value from RGB is 179 - color contains mainly: red. Hex color #B31417 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B31417 is #4CEBE8. Grayscale: #444444. Windows color (decimal): -5041129 or 1512627. OLE color: 1512627.

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

Color convert

RGB 179 20 23 -
CMYK 0 0.89 0.87 0.30
HSL 358.87º 0.8% 0.39% -
HSV(B) 358.87º 0.89% 0.7% -
XYZ 19 10.15 1.77 -
YUV 67.88 102.68 207.26 -
System Red Green Blue C M Y K H S L
Decimal 179 20 23 0 0.89 0.87 0.30 358.87 0.8 0.39
Hex B3 14 17 0 59 57 1E 167 50 27
Octal 263 24 27 0 131 127 36 547 120 47
Binary 10110011 10100 10111 0 1011001 1010111 11110 101100111 1010000 100111

Color Harmonies of #B31417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31417

Black with #B31417

Text Example


Text Example

White with #B31417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31417; }

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

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

background-color css

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

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

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

border-color css

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

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

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