#601C0D

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

Shades of Red Oxide #601C0D

Tints of Red Oxide #601C0D

Color information

#601C0D (or 0x601C0D) is unknown color: approx Red Oxide. HEX triplet: 60, 1C and 0D. RGB value is (96,28,13). Sum of RGB (Red+Green+Blue) = 96+28+13=137 (18% of max value = 765). Red value is 96 (37.89% from 255 or 70.07% from 137); Green value is 28 (11.33% from 255 or 20.44% from 137); Blue value is 13 (5.47% from 255 or 9.49% from 137); Max value from RGB is 96 - color contains mainly: red. Hex color #601C0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #601C0D is #9FE3F2. Grayscale: #2E2E2E. Windows color (decimal): -10478579 or 859232. OLE color: 859232.

HSL color Cylindrical-coordinate representation of color #601C0D: hue angle of 10.84º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #601C0D is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB962813-
CMYK00.710.860.62
HSL10.84º76.15%21.37%-
HSV(B)10.84º86.46%37.65%-
XYZ5.313.350.75-
YUV46.62109.03163.22-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 70.07%
GREEN value IS 28 (11.33% from 255) = 20.44%
BLUE value IS 13 (5.47% from 255) = 9.49%
R=70.07%
G=20.44%
B=9.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.86
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96281300.710.860.6210.8476.1521.37
Hex601CD047563Eb4c15
Octal14034150107126761311425
Binary11000001110011010100011110101101111101011100110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601C0D; }

 p { color: rgb(96,28,13); }

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

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

 a { background-color: rgb(96,28,13); }

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

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

 span { border-color: rgb(96,28,13); }

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