Html Css Color HEX #B31118 Venetian Red

📋 copy color: '#B31118'

red 179 ◦ green 17 ◦ blue 24

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

Shades of Venetian Red #B31118

Tints of Venetian Red #B31118

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.73%

 BLUE value IS 24 (9.77% from 255) = 10.91%

R = 81.36%
G = 7.73%
B = 10.91%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#B31118 (or 0xB31118) is known color: Venetian Red. HEX triplet: B3, 11 and 18. RGB value is (179,17,24). Sum of RGB (Red+Green+Blue) = 179+17+24=220 (29% of max value = 765). Red value is 179 (70.31% from 255 or 81.36% from 220); Green value is 17 (7.03% from 255 or 7.73% from 220); Blue value is 24 (9.77% from 255 or 10.91% from 220); Max value from RGB is 179 - color contains mainly: red. Hex color #B31118 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B31118 is #4CEEE7. Grayscale: #424242. Windows color (decimal): -5041896 or 1577395. OLE color: 1577395.

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

Color convert

RGB 179 17 24 -
CMYK 0 0.91 0.87 0.30
HSL 357.41º 0.83% 0.38% -
HSV(B) 357.41º 0.91% 0.7% -
XYZ 18.96 10.05 1.81 -
YUV 66.24 104.17 208.43 -
System Red Green Blue C M Y K H S L
Decimal 179 17 24 0 0.91 0.87 0.30 357.41 0.83 0.38
Hex B3 11 18 0 5B 57 1E 165 53 26
Octal 263 21 30 0 133 127 36 545 123 46
Binary 10110011 10001 11000 0 1011011 1010111 11110 101100101 1010011 100110

Color Harmonies of #B31118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31118

Black with #B31118

Text Example


Text Example

White with #B31118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31118; }

 p { color: rgb(179,17,24); }

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

background-color css

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

 a { background-color: rgb(179,17,24); }

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

border-color css

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

 span { border-color: rgb(179,17,24); }

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