#601503

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

Shades of Red Oxide #601503

Tints of Red Oxide #601503

Color information

#601503 (or 0x601503) is unknown color: approx Red Oxide. HEX triplet: 60, 15 and 03. RGB value is (96,21,3). Sum of RGB (Red+Green+Blue) = 96+21+3=120 (15% of max value = 765). Red value is 96 (37.89% from 255 or 80% from 120); Green value is 21 (8.59% from 255 or 17.5% from 120); Blue value is 3 (1.56% from 255 or 2.5% from 120); Max value from RGB is 96 - color contains mainly: red. Hex color #601503 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601503 is #9FEAFC. Grayscale: #292929. Windows color (decimal): -10480381 or 202080. OLE color: 202080.

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

Color convert

RGB96213-
CMYK00.780.970.62
HSL11.61º93.94%19.41%-
HSV(B)11.61º96.88%37.65%-
XYZ5.113.030.4-
YUV41.37106.35166.96-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 80%
GREEN value IS 21 (8.59% from 255) = 17.5%
BLUE value IS 3 (1.56% from 255) = 2.5%
R=80%
G=17.5%
B=2.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.97
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9621300.780.970.6211.6193.9419.41
Hex6015304E613Ec5e13
Octal1402530116141761413623
Binary110000010101110100111011000011111101100101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601503; }

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

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

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

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

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

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

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

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