#530C0C

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

Shades of Red Oxide #530C0C

Tints of Red Oxide #530C0C

Color information

#530C0C (or 0x530C0C) is unknown color: approx Red Oxide. HEX triplet: 53, 0C and 0C. RGB value is (83,12,12). Sum of RGB (Red+Green+Blue) = 83+12+12=107 (14% of max value = 765). Red value is 83 (32.81% from 255 or 77.57% from 107); Green value is 12 (5.08% from 255 or 11.21% from 107); Blue value is 12 (5.08% from 255 or 11.21% from 107); Max value from RGB is 83 - color contains mainly: red. Hex color #530C0C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530C0C is #ACF3F3. Grayscale: #212121. Windows color (decimal): -11334644 or 789587. OLE color: 789587.

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

Color convert

RGB831212-
CMYK00.860.860.67
HSL74.74%18.63%-
HSV(B)85.54%32.55%-
XYZ3.772.130.56-
YUV33.23116.02163.5-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 77.57%
GREEN value IS 12 (5.08% from 255) = 11.21%
BLUE value IS 12 (5.08% from 255) = 11.21%
R=77.57%
G=11.21%
B=11.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.86
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83121200.860.860.67074.7418.63
Hex53CC056564304b13
Octal12314140126126103011323
Binary10100111100110001010110101011010000110100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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