Html Css Color HEX #B20020 Venetian Red

📋 copy color: '#B20020'

red 178 ◦ green 0 ◦ blue 32

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

Shades of Venetian Red #B20020

Tints of Venetian Red #B20020

RGB

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

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

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

R = 84.76%
G = 0%
B = 15.24%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#B20020 (or 0xB20020) is known color: Venetian Red. HEX triplet: B2, 00 and 20. RGB value is (178,0,32). Sum of RGB (Red+Green+Blue) = 178+0+32=210 (27% of max value = 765). Red value is 178 (69.92% from 255 or 84.76% from 210); Green value is 0 (0.39% from 255 or 0% from 210); Blue value is 32 (12.89% from 255 or 15.24% from 210); Max value from RGB is 178 - color contains mainly: red. Hex color #B20020 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20020 is #4DFFDF. Grayscale: #383838. Windows color (decimal): -5111776 or 2097330. OLE color: 2097330.

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

Color convert

RGB 178 0 32 -
CMYK 0 1 0.82 0.30
HSL 349.21º 1% 0.35% -
HSV(B) 349.21º 1% 0.7% -
XYZ 18.62 9.57 2.23 -
YUV 56.87 113.97 214.4 -
System Red Green Blue C M Y K H S L
Decimal 178 0 32 0 1 0.82 0.30 349.21 1 0.35
Hex B2 0 20 0 64 52 1E 15D 64 23
Octal 262 0 40 0 144 122 36 535 144 43
Binary 10110010 0 100000 0 1100100 1010010 11110 101011101 1100100 100011

Color Harmonies of #B20020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20020

Black with #B20020

Text Example


Text Example

White with #B20020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20020; }

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

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

background-color css

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

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

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

border-color css

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

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

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