Html Css Color HEX #B20022 Venetian Red

📋 copy color: '#B20022'

red 178 ◦ green 0 ◦ blue 34

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

Shades of Venetian Red #B20022

Tints of Venetian Red #B20022

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 83.96%
G = 0%
B = 16.04%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#B20022 (or 0xB20022) is known color: Venetian Red. HEX triplet: B2, 00 and 22. RGB value is (178,0,34). Sum of RGB (Red+Green+Blue) = 178+0+34=212 (28% of max value = 765). Red value is 178 (69.92% from 255 or 83.96% from 212); Green value is 0 (0.39% from 255 or 0% from 212); Blue value is 34 (13.67% from 255 or 16.04% from 212); Max value from RGB is 178 - color contains mainly: red. Hex color #B20022 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20022 is #4DFFDD. Grayscale: #393939. Windows color (decimal): -5111774 or 2228402. OLE color: 2228402.

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

Color convert

RGB 178 0 34 -
CMYK 0 1 0.81 0.30
HSL 348.54º 1% 0.35% -
HSV(B) 348.54º 1% 0.7% -
XYZ 18.65 9.58 2.38 -
YUV 57.1 114.97 214.24 -
System Red Green Blue C M Y K H S L
Decimal 178 0 34 0 1 0.81 0.30 348.54 1 0.35
Hex B2 0 22 0 64 51 1E 15D 64 23
Octal 262 0 42 0 144 121 36 535 144 43
Binary 10110010 0 100010 0 1100100 1010001 11110 101011101 1100100 100011

Color Harmonies of #B20022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20022

Black with #B20022

Text Example


Text Example

White with #B20022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20022; }

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

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

background-color css

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

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

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

border-color css

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

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

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