#B61220

Color #B61220 Venetian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venetian Red #B61220

Tints of Venetian Red #B61220

Color information

#B61220 (or 0xB61220) is unknown color: approx Venetian Red. HEX triplet: B6, 12 and 20. RGB value is (182,18,32). Sum of RGB (Red+Green+Blue) = 182+18+32=232 (30% of max value = 765). Red value is 182 (71.48% from 255 or 78.45% from 232); Green value is 18 (7.42% from 255 or 7.76% from 232); Blue value is 32 (12.89% from 255 or 13.79% from 232); Max value from RGB is 182 - color contains mainly: red. Hex color #B61220 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B61220 is #49EDDF. Grayscale: #444444. Windows color (decimal): -4845024 or 2101942. OLE color: 2101942.

HSL color Cylindrical-coordinate representation of color #B61220: hue angle of 354.88º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B61220 is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB1821832-
CMYK00.900.820.29
HSL354.88º82%39.22%-
HSV(B)354.88º90.11%71.37%-
XYZ19.7710.482.35-
YUV68.63107.33208.86-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 78.45%
GREEN value IS 18 (7.42% from 255) = 7.76%
BLUE value IS 32 (12.89% from 255) = 13.79%
R=78.45%
G=7.76%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182183200.900.820.29354.888239.22
HexB6122005A521D1635227
Octal266224001321223554312247
Binary1011011010010100000010110101010010111011011000111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61220; }

 p { color: rgb(182,18,32); }

 H1.HeaderClassName
 {
   color: #B61220;
 }
 .AnyTagClassName
 {
   color: #B61220;
 }
</style>
background-color css

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

 a { background-color: rgb(182,18,32); }

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

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

 span { border-color: rgb(182,18,32); }

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