Html Css Color HEX #B21022 Venetian Red

📋 copy color: '#B21022'

red 178 ◦ green 16 ◦ blue 34

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

Shades of Venetian Red #B21022

Tints of Venetian Red #B21022

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.02%

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

R = 78.07%
G = 7.02%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#B21022 (or 0xB21022) is known color: Venetian Red. HEX triplet: B2, 10 and 22. RGB value is (178,16,34). Sum of RGB (Red+Green+Blue) = 178+16+34=228 (30% of max value = 765). Red value is 178 (69.92% from 255 or 78.07% from 228); Green value is 16 (6.64% from 255 or 7.02% from 228); Blue value is 34 (13.67% from 255 or 14.91% from 228); Max value from RGB is 178 - color contains mainly: red. Hex color #B21022 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B21022 is #4DEFDD. Grayscale: #424242. Windows color (decimal): -5107678 or 2232498. OLE color: 2232498.

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

Color convert

RGB 178 16 34 -
CMYK 0 0.91 0.81 0.30
HSL 353.33º 0.84% 0.38% -
HSV(B) 353.33º 0.91% 0.7% -
XYZ 18.83 9.95 2.44 -
YUV 66.49 109.67 207.54 -
System Red Green Blue C M Y K H S L
Decimal 178 16 34 0 0.91 0.81 0.30 353.33 0.84 0.38
Hex B2 10 22 0 5B 51 1E 161 54 26
Octal 262 20 42 0 133 121 36 541 124 46
Binary 10110010 10000 100010 0 1011011 1010001 11110 101100001 1010100 100110

Color Harmonies of #B21022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21022

Black with #B21022

Text Example


Text Example

White with #B21022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21022; }

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

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

background-color css

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

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

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

border-color css

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

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

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