Html Css Color HEX #B21322 Venetian Red

📋 copy color: '#B21322'

red 178 ◦ green 19 ◦ blue 34

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

Shades of Venetian Red #B21322

Tints of Venetian Red #B21322

RGB

 RED value IS 178 (69.92% from 255) = 77.06%

 GREEN value IS 19 (7.81% from 255) = 8.23%

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

R = 77.06%
G = 8.23%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#B21322 (or 0xB21322) is known color: Venetian Red. HEX triplet: B2, 13 and 22. RGB value is (178,19,34). Sum of RGB (Red+Green+Blue) = 178+19+34=231 (30% of max value = 765). Red value is 178 (69.92% from 255 or 77.06% from 231); Green value is 19 (7.81% from 255 or 8.23% from 231); Blue value is 34 (13.67% from 255 or 14.72% from 231); Max value from RGB is 178 - color contains mainly: red. Hex color #B21322 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B21322 is #4DECDD. Grayscale: #444444. Windows color (decimal): -5106910 or 2233266. OLE color: 2233266.

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

Color convert

RGB 178 19 34 -
CMYK 0 0.89 0.81 0.30
HSL 354.34º 0.81% 0.39% -
HSV(B) 354.34º 0.89% 0.7% -
XYZ 18.88 10.05 2.46 -
YUV 68.25 108.68 206.28 -
System Red Green Blue C M Y K H S L
Decimal 178 19 34 0 0.89 0.81 0.30 354.34 0.81 0.39
Hex B2 13 22 0 59 51 1E 162 51 27
Octal 262 23 42 0 131 121 36 542 121 47
Binary 10110010 10011 100010 0 1011001 1010001 11110 101100010 1010001 100111

Color Harmonies of #B21322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21322

Black with #B21322

Text Example


Text Example

White with #B21322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21322; }

 p { color: rgb(178,19,34); }

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

background-color css

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

 a { background-color: rgb(178,19,34); }

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

border-color css

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

 span { border-color: rgb(178,19,34); }

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