Html Css Color HEX #B31222 Venetian Red

📋 copy color: '#B31222'

red 179 ◦ green 18 ◦ blue 34

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

Shades of Venetian Red #B31222

Tints of Venetian Red #B31222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 14.72%

R = 77.49%
G = 7.79%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#B31222 (or 0xB31222) is known color: Venetian Red. HEX triplet: B3, 12 and 22. RGB value is (179,18,34). Sum of RGB (Red+Green+Blue) = 179+18+34=231 (30% of max value = 765). Red value is 179 (70.31% from 255 or 77.49% from 231); Green value is 18 (7.42% from 255 or 7.79% from 231); Blue value is 34 (13.67% from 255 or 14.72% from 231); Max value from RGB is 179 - color contains mainly: red. Hex color #B31222 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31222 is #4CEDDD. Grayscale: #444444. Windows color (decimal): -5041630 or 2233011. OLE color: 2233011.

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

Color convert

RGB 179 18 34 -
CMYK 0 0.90 0.81 0.30
HSL 354.04º 0.82% 0.39% -
HSV(B) 354.04º 0.9% 0.7% -
XYZ 19.1 10.13 2.46 -
YUV 67.96 108.84 207.2 -
System Red Green Blue C M Y K H S L
Decimal 179 18 34 0 0.90 0.81 0.30 354.04 0.82 0.39
Hex B3 12 22 0 5A 51 1E 162 52 27
Octal 263 22 42 0 132 121 36 542 122 47
Binary 10110011 10010 100010 0 1011010 1010001 11110 101100010 1010010 100111

Color Harmonies of #B31222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31222

Black with #B31222

Text Example


Text Example

White with #B31222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31222; }

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

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

background-color css

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

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

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

border-color css

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

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

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