Html Css Color HEX #B31314 Venetian Red

📋 copy color: '#B31314'

red 179 ◦ green 19 ◦ blue 20

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

Shades of Venetian Red #B31314

Tints of Venetian Red #B31314

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.72%

 BLUE value IS 20 (8.2% from 255) = 9.17%

R = 82.11%
G = 8.72%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B31314 (or 0xB31314) is known color: Venetian Red. HEX triplet: B3, 13 and 14. RGB value is (179,19,20). Sum of RGB (Red+Green+Blue) = 179+19+20=218 (28% of max value = 765). Red value is 179 (70.31% from 255 or 82.11% from 218); Green value is 19 (7.81% from 255 or 8.72% from 218); Blue value is 20 (8.20% from 255 or 9.17% from 218); Max value from RGB is 179 - color contains mainly: red. Hex color #B31314 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B31314 is #4CECEB. Grayscale: #434343. Windows color (decimal): -5041388 or 1315763. OLE color: 1315763.

HSL color Cylindrical-coordinate representation of color #B31314: hue angle of 359.62º degrees, saturation: 0.81, 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 #B31314 is Cyan = 0, Magento = 0.89, Yellow = 0.89 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 19 20 -
CMYK 0 0.89 0.89 0.30
HSL 359.63º 0.81% 0.39% -
HSV(B) 359.63º 0.89% 0.7% -
XYZ 18.95 10.1 1.61 -
YUV 66.95 101.51 207.92 -
System Red Green Blue C M Y K H S L
Decimal 179 19 20 0 0.89 0.89 0.30 359.63 0.81 0.39
Hex B3 13 14 0 59 59 1E 168 51 27
Octal 263 23 24 0 131 131 36 550 121 47
Binary 10110011 10011 10100 0 1011001 1011001 11110 101101000 1010001 100111

Color Harmonies of #B31314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31314

Black with #B31314

Text Example


Text Example

White with #B31314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31314; }

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

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

background-color css

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

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

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

border-color css

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

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

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