#601512

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

Shades of Red Oxide #601512

Tints of Red Oxide #601512

Color information

#601512 (or 0x601512) is unknown color: approx Red Oxide. HEX triplet: 60, 15 and 12. RGB value is (96,21,18). Sum of RGB (Red+Green+Blue) = 96+21+18=135 (17% of max value = 765). Red value is 96 (37.89% from 255 or 71.11% from 135); Green value is 21 (8.59% from 255 or 15.56% from 135); Blue value is 18 (7.42% from 255 or 13.33% from 135); Max value from RGB is 96 - color contains mainly: red. Hex color #601512 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601512 is #9FEAED. Grayscale: #2B2B2B. Windows color (decimal): -10480366 or 1185120. OLE color: 1185120.

HSL color Cylindrical-coordinate representation of color #601512: hue angle of 2.31º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #601512 is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB962118-
CMYK00.780.810.62
HSL2.31º68.42%22.35%-
HSV(B)2.31º81.25%37.65%-
XYZ5.23.070.89-
YUV43.08113.85165.74-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 71.11%
GREEN value IS 21 (8.59% from 255) = 15.56%
BLUE value IS 18 (7.42% from 255) = 13.33%
R=71.11%
G=15.56%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96211800.780.810.622.3168.4222.35
Hex60151204E513E24416
Octal1402522011612176210426
Binary1100000101011001001001110101000111111010100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601512; }

 p { color: rgb(96,21,18); }

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

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

 a { background-color: rgb(96,21,18); }

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

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

 span { border-color: rgb(96,21,18); }

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