Html Css Color HEX #B31123 Venetian Red

📋 copy color: '#B31123'

red 179 ◦ green 17 ◦ blue 35

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

Shades of Venetian Red #B31123

Tints of Venetian Red #B31123

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 15.15%

R = 77.49%
G = 7.36%
B = 15.15%

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

#B31123 (or 0xB31123) is known color: Venetian Red. HEX triplet: B3, 11 and 23. RGB value is (179,17,35). Sum of RGB (Red+Green+Blue) = 179+17+35=231 (30% of max value = 765). Red value is 179 (70.31% from 255 or 77.49% from 231); Green value is 17 (7.03% from 255 or 7.36% from 231); Blue value is 35 (14.06% from 255 or 15.15% from 231); Max value from RGB is 179 - color contains mainly: red. Hex color #B31123 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31123 is #4CEEDC. Grayscale: #434343. Windows color (decimal): -5041885 or 2298291. OLE color: 2298291.

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

Color convert

RGB 179 17 35 -
CMYK 0 0.91 0.80 0.30
HSL 353.33º 0.83% 0.38% -
HSV(B) 353.33º 0.91% 0.7% -
XYZ 19.09 10.11 2.53 -
YUV 67.49 109.67 207.54 -
System Red Green Blue C M Y K H S L
Decimal 179 17 35 0 0.91 0.80 0.30 353.33 0.83 0.38
Hex B3 11 23 0 5B 50 1E 161 53 26
Octal 263 21 43 0 133 120 36 541 123 46
Binary 10110011 10001 100011 0 1011011 1010000 11110 101100001 1010011 100110

Color Harmonies of #B31123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31123

Black with #B31123

Text Example


Text Example

White with #B31123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31123; }

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

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

background-color css

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

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

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

border-color css

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

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

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