Html Css Color HEX #B31320 Venetian Red

📋 copy color: '#B31320'

red 179 ◦ green 19 ◦ blue 32

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

Shades of Venetian Red #B31320

Tints of Venetian Red #B31320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 13.91%

R = 77.83%
G = 8.26%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#B31320 (or 0xB31320) is known color: Venetian Red. HEX triplet: B3, 13 and 20. RGB value is (179,19,32). Sum of RGB (Red+Green+Blue) = 179+19+32=230 (30% of max value = 765). Red value is 179 (70.31% from 255 or 77.83% from 230); Green value is 19 (7.81% from 255 or 8.26% from 230); Blue value is 32 (12.89% from 255 or 13.91% from 230); Max value from RGB is 179 - color contains mainly: red. Hex color #B31320 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31320 is #4CECDF. Grayscale: #444444. Windows color (decimal): -5041376 or 2102195. OLE color: 2102195.

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

Color convert

RGB 179 19 32 -
CMYK 0 0.89 0.82 0.30
HSL 355.13º 0.81% 0.39% -
HSV(B) 355.13º 0.89% 0.7% -
XYZ 19.08 10.15 2.32 -
YUV 68.32 107.51 206.94 -
System Red Green Blue C M Y K H S L
Decimal 179 19 32 0 0.89 0.82 0.30 355.13 0.81 0.39
Hex B3 13 20 0 59 52 1E 163 51 27
Octal 263 23 40 0 131 122 36 543 121 47
Binary 10110011 10011 100000 0 1011001 1010010 11110 101100011 1010001 100111

Color Harmonies of #B31320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31320

Black with #B31320

Text Example


Text Example

White with #B31320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31320; }

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

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

background-color css

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

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

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

border-color css

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

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

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