#530C06

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

Shades of Red Oxide #530C06

Tints of Red Oxide #530C06

Color information

#530C06 (or 0x530C06) is unknown color: approx Red Oxide. HEX triplet: 53, 0C and 06. RGB value is (83,12,6). Sum of RGB (Red+Green+Blue) = 83+12+6=101 (13% of max value = 765). Red value is 83 (32.81% from 255 or 82.18% from 101); Green value is 12 (5.08% from 255 or 11.88% from 101); Blue value is 6 (2.73% from 255 or 5.94% from 101); Max value from RGB is 83 - color contains mainly: red. Hex color #530C06 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530C06 is #ACF3F9. Grayscale: #202020. Windows color (decimal): -11334650 or 396371. OLE color: 396371.

HSL color Cylindrical-coordinate representation of color #530C06: hue angle of 4.68º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #530C06 is Cyan = 0, Magento = 0.86, Yellow = 0.93 and Black (K on CMYK) = 0.67.

Color convert

RGB83126-
CMYK00.860.930.67
HSL4.68º86.52%17.45%-
HSV(B)4.68º92.77%32.55%-
XYZ3.732.120.38-
YUV32.54113.02163.99-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 82.18%
GREEN value IS 12 (5.08% from 255) = 11.88%
BLUE value IS 6 (2.73% from 255) = 5.94%
R=82.18%
G=11.88%
B=5.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8312600.860.930.674.6886.5217.45
Hex53C60565D4355711
Octal1231460126135103512721
Binary101001111001100101011010111011000011101101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530C06; }

 p { color: rgb(83,12,6); }

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

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

 a { background-color: rgb(83,12,6); }

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

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

 span { border-color: rgb(83,12,6); }

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