Html Css Color HEX #601E12 Red Oxide

📋 copy color: '#601E12'

red 96 ◦ green 30 ◦ blue 18

#601E12
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Oxide #601E12

Tints of Red Oxide #601E12

RGB

 RED value IS 96 (37.89% from 255) = 66.67%

 GREEN value IS 30 (12.11% from 255) = 20.83%

 BLUE value IS 18 (7.42% from 255) = 12.5%

R = 66.67%
G = 20.83%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#601E12 (or 0x601E12) is known color: Red Oxide. HEX triplet: 60, 1E and 12. RGB value is (96,30,18). Sum of RGB (Red+Green+Blue) = 96+30+18=144 (19% of max value = 765). Red value is 96 (37.89% from 255 or 66.67% from 144); Green value is 30 (12.11% from 255 or 20.83% from 144); Blue value is 18 (7.42% from 255 or 12.5% from 144); Max value from RGB is 96 - color contains mainly: red. Hex color #601E12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #601E12 is #9FE1ED. Grayscale: #303030. Windows color (decimal): -10478062 or 1187424. OLE color: 1187424.

HSL color Cylindrical-coordinate representation of color #601E12: hue angle of 9.23º 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 #601E12 is Cyan = 0, Magento = 0.69, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 30 18 -
CMYK 0 0.69 0.81 0.62
HSL 9.23º 0.68% 0.22% -
HSV(B) 9.23º 0.81% 0.38% -
XYZ 5.4 3.46 0.96 -
YUV 48.37 110.87 161.98 -
System Red Green Blue C M Y K H S L
Decimal 96 30 18 0 0.69 0.81 0.62 9.23 0.68 0.22
Hex 60 1E 12 0 45 51 3E 9 44 16
Octal 140 36 22 0 105 121 76 11 104 26
Binary 1100000 11110 10010 0 1000101 1010001 111110 1001 1000100 10110

Color Harmonies of #601E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601E12

Black with #601E12

Text Example


Text Example

White with #601E12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #601E12;
 }
 .AnyTagClassName
 {
   color: #601E12;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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