Html Css Color HEX #B20722 Venetian Red

📋 copy color: '#B20722'

red 178 ◦ green 7 ◦ blue 34

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

Shades of Venetian Red #B20722

Tints of Venetian Red #B20722

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.2%

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

R = 81.28%
G = 3.2%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#B20722 (or 0xB20722) is known color: Venetian Red. HEX triplet: B2, 07 and 22. RGB value is (178,7,34). Sum of RGB (Red+Green+Blue) = 178+7+34=219 (29% of max value = 765). Red value is 178 (69.92% from 255 or 81.28% from 219); Green value is 7 (3.12% from 255 or 3.20% from 219); Blue value is 34 (13.67% from 255 or 15.53% from 219); Max value from RGB is 178 - color contains mainly: red. Hex color #B20722 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20722 is #4DF8DD. Grayscale: #3D3D3D. Windows color (decimal): -5109982 or 2230194. OLE color: 2230194.

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

Color convert

RGB 178 7 34 -
CMYK 0 0.96 0.81 0.30
HSL 350.53º 0.92% 0.36% -
HSV(B) 350.53º 0.96% 0.7% -
XYZ 18.72 9.73 2.41 -
YUV 61.21 112.65 211.3 -
System Red Green Blue C M Y K H S L
Decimal 178 7 34 0 0.96 0.81 0.30 350.53 0.92 0.36
Hex B2 7 22 0 60 51 1E 15F 5C 24
Octal 262 7 42 0 140 121 36 537 134 44
Binary 10110010 111 100010 0 1100000 1010001 11110 101011111 1011100 100100

Color Harmonies of #B20722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20722

Black with #B20722

Text Example


Text Example

White with #B20722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20722; }

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

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

background-color css

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

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

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

border-color css

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

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

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