Html Css Color HEX #B20320 Venetian Red

📋 copy color: '#B20320'

red 178 ◦ green 3 ◦ blue 32

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

Shades of Venetian Red #B20320

Tints of Venetian Red #B20320

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.41%

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

R = 83.57%
G = 1.41%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#B20320 (or 0xB20320) is known color: Venetian Red. HEX triplet: B2, 03 and 20. RGB value is (178,3,32). Sum of RGB (Red+Green+Blue) = 178+3+32=213 (28% of max value = 765). Red value is 178 (69.92% from 255 or 83.57% from 213); Green value is 3 (1.56% from 255 or 1.41% from 213); Blue value is 32 (12.89% from 255 or 15.02% from 213); Max value from RGB is 178 - color contains mainly: red. Hex color #B20320 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20320 is #4DFCDF. Grayscale: #3A3A3A. Windows color (decimal): -5111008 or 2098098. OLE color: 2098098.

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

Color convert

RGB 178 3 32 -
CMYK 0 0.98 0.82 0.30
HSL 350.06º 0.97% 0.35% -
HSV(B) 350.06º 0.98% 0.7% -
XYZ 18.65 9.63 2.24 -
YUV 58.63 112.98 213.14 -
System Red Green Blue C M Y K H S L
Decimal 178 3 32 0 0.98 0.82 0.30 350.06 0.97 0.35
Hex B2 3 20 0 62 52 1E 15E 61 23
Octal 262 3 40 0 142 122 36 536 141 43
Binary 10110010 11 100000 0 1100010 1010010 11110 101011110 1100001 100011

Color Harmonies of #B20320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20320

Black with #B20320

Text Example


Text Example

White with #B20320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20320; }

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

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

background-color css

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

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

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

border-color css

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

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

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