Html Css Color HEX #B20721 Venetian Red

📋 copy color: '#B20721'

red 178 ◦ green 7 ◦ blue 33

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

Shades of Venetian Red #B20721

Tints of Venetian Red #B20721

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 15.14%

R = 81.65%
G = 3.21%
B = 15.14%

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

#B20721 (or 0xB20721) is known color: Venetian Red. HEX triplet: B2, 07 and 21. RGB value is (178,7,33). Sum of RGB (Red+Green+Blue) = 178+7+33=218 (28% of max value = 765). Red value is 178 (69.92% from 255 or 81.65% from 218); Green value is 7 (3.12% from 255 or 3.21% from 218); Blue value is 33 (13.28% from 255 or 15.14% from 218); Max value from RGB is 178 - color contains mainly: red. Hex color #B20721 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20721 is #4DF8DE. Grayscale: #3D3D3D. Windows color (decimal): -5109983 or 2164658. OLE color: 2164658.

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

Color convert

RGB 178 7 33 -
CMYK 0 0.96 0.81 0.30
HSL 350.88º 0.92% 0.36% -
HSV(B) 350.88º 0.96% 0.7% -
XYZ 18.71 9.73 2.33 -
YUV 61.09 112.15 211.39 -
System Red Green Blue C M Y K H S L
Decimal 178 7 33 0 0.96 0.81 0.30 350.88 0.92 0.36
Hex B2 7 21 0 60 51 1E 15F 5C 24
Octal 262 7 41 0 140 121 36 537 134 44
Binary 10110010 111 100001 0 1100000 1010001 11110 101011111 1011100 100100

Color Harmonies of #B20721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20721

Black with #B20721

Text Example


Text Example

White with #B20721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20721; }

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

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

background-color css

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

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

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

border-color css

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

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

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