#B61213

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

Shades of Venetian Red #B61213

Tints of Venetian Red #B61213

Color information

#B61213 (or 0xB61213) is unknown color: approx Venetian Red. HEX triplet: B6, 12 and 13. RGB value is (182,18,19). Sum of RGB (Red+Green+Blue) = 182+18+19=219 (29% of max value = 765). Red value is 182 (71.48% from 255 or 83.11% from 219); Green value is 18 (7.42% from 255 or 8.22% from 219); Blue value is 19 (7.81% from 255 or 8.68% from 219); Max value from RGB is 182 - color contains mainly: red. Hex color #B61213 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B61213 is #49EDEC. Grayscale: #434343. Windows color (decimal): -4845037 or 1249974. OLE color: 1249974.

HSL color Cylindrical-coordinate representation of color #B61213: hue angle of 359.63º 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 #B61213 is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB1821819-
CMYK00.900.900.29
HSL359.63º82%39.22%-
HSV(B)359.63º90.11%71.37%-
XYZ19.6310.421.59-
YUV67.15100.83209.92-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 83.11%
GREEN value IS 18 (7.42% from 255) = 8.22%
BLUE value IS 19 (7.81% from 255) = 8.68%
R=83.11%
G=8.22%
B=8.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.90
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182181900.900.900.29359.638239.22
HexB6121305A5A1D1685227
Octal266222301321323555012247
Binary101101101001010011010110101011010111011011010001010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61213; }

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

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

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

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

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

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

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

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