#52030B

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

Shades of Rustic Red #52030B

Tints of Rustic Red #52030B

Color information

#52030B (or 0x52030B) is unknown color: approx Rustic Red. HEX triplet: 52, 03 and 0B. RGB value is (82,3,11). Sum of RGB (Red+Green+Blue) = 82+3+11=96 (12% of max value = 765). Red value is 82 (32.42% from 255 or 85.42% from 96); Green value is 3 (1.56% from 255 or 3.12% from 96); Blue value is 11 (4.69% from 255 or 11.46% from 96); Max value from RGB is 82 - color contains mainly: red. Hex color #52030B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #52030B is #ADFCF4. Grayscale: #1B1B1B. Windows color (decimal): -11402485 or 721746. OLE color: 721746.

HSL color Cylindrical-coordinate representation of color #52030B: hue angle of 353.92º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #52030B is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.68.

Color convert

RGB82311-
CMYK00.960.870.68
HSL353.92º92.94%16.67%-
HSV(B)353.92º96.34%32.16%-
XYZ3.571.880.49-
YUV27.53118.67166.85-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 85.42%
GREEN value IS 3 (1.56% from 255) = 3.12%
BLUE value IS 11 (4.69% from 255) = 11.46%
R=85.42%
G=3.12%
B=11.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.87
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8231100.960.870.68353.9292.9416.67
Hex523B06057441625d11
Octal122313014012710454213521
Binary10100101110110110000010101111000100101100010101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52030B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52030B; }

 p { color: rgb(82,3,11); }

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

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

 a { background-color: rgb(82,3,11); }

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

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

 span { border-color: rgb(82,3,11); }

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