Html Css Color HEX #B21122 Venetian Red

📋 copy color: '#B21122'

red 178 ◦ green 17 ◦ blue 34

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

Shades of Venetian Red #B21122

Tints of Venetian Red #B21122

RGB

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

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

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

R = 77.73%
G = 7.42%
B = 14.85%

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

#B21122 (or 0xB21122) is known color: Venetian Red. HEX triplet: B2, 11 and 22. RGB value is (178,17,34). Sum of RGB (Red+Green+Blue) = 178+17+34=229 (30% of max value = 765). Red value is 178 (69.92% from 255 or 77.73% from 229); Green value is 17 (7.03% from 255 or 7.42% from 229); Blue value is 34 (13.67% from 255 or 14.85% from 229); Max value from RGB is 178 - color contains mainly: red. Hex color #B21122 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B21122 is #4DEEDD. Grayscale: #434343. Windows color (decimal): -5107422 or 2232754. OLE color: 2232754.

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

Color convert

RGB 178 17 34 -
CMYK 0 0.90 0.81 0.30
HSL 353.66º 0.83% 0.38% -
HSV(B) 353.66º 0.9% 0.7% -
XYZ 18.85 9.98 2.45 -
YUV 67.08 109.34 207.12 -
System Red Green Blue C M Y K H S L
Decimal 178 17 34 0 0.90 0.81 0.30 353.66 0.83 0.38
Hex B2 11 22 0 5A 51 1E 162 53 26
Octal 262 21 42 0 132 121 36 542 123 46
Binary 10110010 10001 100010 0 1011010 1010001 11110 101100010 1010011 100110

Color Harmonies of #B21122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21122

Black with #B21122

Text Example


Text Example

White with #B21122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21122; }

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

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

background-color css

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

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

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

border-color css

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

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

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