Html Css Color HEX #601C12 Red Oxide

📋 copy color: '#601C12'

red 96 ◦ green 28 ◦ blue 18

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

Shades of Red Oxide #601C12

Tints of Red Oxide #601C12

RGB

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

 GREEN value IS 28 (11.33% from 255) = 19.72%

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

R = 67.61%
G = 19.72%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#601C12 (or 0x601C12) is known color: Red Oxide. HEX triplet: 60, 1C and 12. RGB value is (96,28,18). Sum of RGB (Red+Green+Blue) = 96+28+18=142 (18% of max value = 765). Red value is 96 (37.89% from 255 or 67.61% from 142); Green value is 28 (11.33% from 255 or 19.72% from 142); Blue value is 18 (7.42% from 255 or 12.68% from 142); Max value from RGB is 96 - color contains mainly: red. Hex color #601C12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #601C12 is #9FE3ED. Grayscale: #2F2F2F. Windows color (decimal): -10478574 or 1186912. OLE color: 1186912.

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

Color convert

RGB 96 28 18 -
CMYK 0 0.71 0.81 0.62
HSL 7.69º 0.68% 0.22% -
HSV(B) 7.69º 0.81% 0.38% -
XYZ 5.35 3.36 0.94 -
YUV 47.19 111.53 162.81 -
System Red Green Blue C M Y K H S L
Decimal 96 28 18 0 0.71 0.81 0.62 7.69 0.68 0.22
Hex 60 1C 12 0 47 51 3E 8 44 16
Octal 140 34 22 0 107 121 76 10 104 26
Binary 1100000 11100 10010 0 1000111 1010001 111110 1000 1000100 10110

Color Harmonies of #601C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601C12

Black with #601C12

Text Example


Text Example

White with #601C12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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