Html Css Color HEX #B20820 Venetian Red

📋 copy color: '#B20820'

red 178 ◦ green 8 ◦ blue 32

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

Shades of Venetian Red #B20820

Tints of Venetian Red #B20820

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.67%

 BLUE value IS 32 (12.89% from 255) = 14.68%

R = 81.65%
G = 3.67%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#B20820 (or 0xB20820) is known color: Venetian Red. HEX triplet: B2, 08 and 20. RGB value is (178,8,32). Sum of RGB (Red+Green+Blue) = 178+8+32=218 (28% of max value = 765). Red value is 178 (69.92% from 255 or 81.65% from 218); Green value is 8 (3.52% from 255 or 3.67% from 218); Blue value is 32 (12.89% from 255 or 14.68% from 218); Max value from RGB is 178 - color contains mainly: red. Hex color #B20820 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20820 is #4DF7DF. Grayscale: #3D3D3D. Windows color (decimal): -5109728 or 2099378. OLE color: 2099378.

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

Color convert

RGB 178 8 32 -
CMYK 0 0.96 0.82 0.30
HSL 351.53º 0.91% 0.36% -
HSV(B) 351.53º 0.96% 0.7% -
XYZ 18.71 9.74 2.26 -
YUV 61.57 111.32 211.05 -
System Red Green Blue C M Y K H S L
Decimal 178 8 32 0 0.96 0.82 0.30 351.53 0.91 0.36
Hex B2 8 20 0 60 52 1E 160 5B 24
Octal 262 10 40 0 140 122 36 540 133 44
Binary 10110010 1000 100000 0 1100000 1010010 11110 101100000 1011011 100100

Color Harmonies of #B20820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20820

Black with #B20820

Text Example


Text Example

White with #B20820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20820; }

 p { color: rgb(178,8,32); }

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

background-color css

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

 a { background-color: rgb(178,8,32); }

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

border-color css

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

 span { border-color: rgb(178,8,32); }

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