Html Css Color HEX #601A12 Red Oxide

📋 copy color: '#601A12'

red 96 ◦ green 26 ◦ blue 18

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

Shades of Red Oxide #601A12

Tints of Red Oxide #601A12

RGB

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

 GREEN value IS 26 (10.55% from 255) = 18.57%

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

R = 68.57%
G = 18.57%
B = 12.86%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#601A12 (or 0x601A12) is known color: Red Oxide. HEX triplet: 60, 1A and 12. RGB value is (96,26,18). Sum of RGB (Red+Green+Blue) = 96+26+18=140 (18% of max value = 765). Red value is 96 (37.89% from 255 or 68.57% from 140); Green value is 26 (10.55% from 255 or 18.57% from 140); Blue value is 18 (7.42% from 255 or 12.86% from 140); Max value from RGB is 96 - color contains mainly: red. Hex color #601A12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #601A12 is #9FE5ED. Grayscale: #2E2E2E. Windows color (decimal): -10479086 or 1186400. OLE color: 1186400.

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

Color convert

RGB 96 26 18 -
CMYK 0 0.73 0.81 0.62
HSL 6.15º 0.68% 0.22% -
HSV(B) 6.15º 0.81% 0.38% -
XYZ 5.3 3.27 0.92 -
YUV 46.02 112.19 163.65 -
System Red Green Blue C M Y K H S L
Decimal 96 26 18 0 0.73 0.81 0.62 6.15 0.68 0.22
Hex 60 1A 12 0 49 51 3E 6 44 16
Octal 140 32 22 0 111 121 76 6 104 26
Binary 1100000 11010 10010 0 1001001 1010001 111110 110 1000100 10110

Color Harmonies of #601A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601A12

Black with #601A12

Text Example


Text Example

White with #601A12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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