Html Css Color HEX #B31124 Venetian Red

📋 copy color: '#B31124'

red 179 ◦ green 17 ◦ blue 36

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

Shades of Venetian Red #B31124

Tints of Venetian Red #B31124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 15.52%

R = 77.16%
G = 7.33%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.80

 K value IS 0.30

RGB Variations

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

Color information

#B31124 (or 0xB31124) is known color: Venetian Red. HEX triplet: B3, 11 and 24. RGB value is (179,17,36). Sum of RGB (Red+Green+Blue) = 179+17+36=232 (30% of max value = 765). Red value is 179 (70.31% from 255 or 77.16% from 232); Green value is 17 (7.03% from 255 or 7.33% from 232); Blue value is 36 (14.45% from 255 or 15.52% from 232); Max value from RGB is 179 - color contains mainly: red. Hex color #B31124 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31124 is #4CEEDB. Grayscale: #434343. Windows color (decimal): -5041884 or 2363827. OLE color: 2363827.

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

Color convert

RGB 179 17 36 -
CMYK 0 0.91 0.80 0.30
HSL 352.96º 0.83% 0.38% -
HSV(B) 352.96º 0.91% 0.7% -
XYZ 19.11 10.11 2.61 -
YUV 67.6 110.17 207.46 -
System Red Green Blue C M Y K H S L
Decimal 179 17 36 0 0.91 0.80 0.30 352.96 0.83 0.38
Hex B3 11 24 0 5B 50 1E 161 53 26
Octal 263 21 44 0 133 120 36 541 123 46
Binary 10110011 10001 100100 0 1011011 1010000 11110 101100001 1010011 100110

Color Harmonies of #B31124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31124

Black with #B31124

Text Example


Text Example

White with #B31124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31124; }

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

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

background-color css

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

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

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

border-color css

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

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

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