Html Css Color HEX #B31223 Venetian Red

📋 copy color: '#B31223'

red 179 ◦ green 18 ◦ blue 35

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

Shades of Venetian Red #B31223

Tints of Venetian Red #B31223

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.76%

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

R = 77.16%
G = 7.76%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.80

 K value IS 0.30

RGB Variations

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

Color information

#B31223 (or 0xB31223) is known color: Venetian Red. HEX triplet: B3, 12 and 23. RGB value is (179,18,35). Sum of RGB (Red+Green+Blue) = 179+18+35=232 (30% of max value = 765). Red value is 179 (70.31% from 255 or 77.16% from 232); Green value is 18 (7.42% from 255 or 7.76% from 232); Blue value is 35 (14.06% from 255 or 15.09% from 232); Max value from RGB is 179 - color contains mainly: red. Hex color #B31223 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31223 is #4CEDDC. Grayscale: #444444. Windows color (decimal): -5041629 or 2298547. OLE color: 2298547.

HSL color Cylindrical-coordinate representation of color #B31223: hue angle of 353.66º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B31223 is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 18 35 -
CMYK 0 0.90 0.80 0.30
HSL 353.66º 0.82% 0.39% -
HSV(B) 353.66º 0.9% 0.7% -
XYZ 19.11 10.14 2.54 -
YUV 68.08 109.34 207.12 -
System Red Green Blue C M Y K H S L
Decimal 179 18 35 0 0.90 0.80 0.30 353.66 0.82 0.39
Hex B3 12 23 0 5A 50 1E 162 52 27
Octal 263 22 43 0 132 120 36 542 122 47
Binary 10110011 10010 100011 0 1011010 1010000 11110 101100010 1010010 100111

Color Harmonies of #B31223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31223

Black with #B31223

Text Example


Text Example

White with #B31223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31223; }

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

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

background-color css

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

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

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

border-color css

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

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

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