Html Css Color HEX #601812 Red Oxide

📋 copy color: '#601812'

red 96 ◦ green 24 ◦ blue 18

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

Shades of Red Oxide #601812

Tints of Red Oxide #601812

RGB

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

 GREEN value IS 24 (9.77% from 255) = 17.39%

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

R = 69.57%
G = 17.39%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#601812 (or 0x601812) is known color: Red Oxide. HEX triplet: 60, 18 and 12. RGB value is (96,24,18). Sum of RGB (Red+Green+Blue) = 96+24+18=138 (18% of max value = 765). Red value is 96 (37.89% from 255 or 69.57% from 138); Green value is 24 (9.77% from 255 or 17.39% from 138); Blue value is 18 (7.42% from 255 or 13.04% from 138); Max value from RGB is 96 - color contains mainly: red. Hex color #601812 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601812 is #9FE7ED. Grayscale: #2C2C2C. Windows color (decimal): -10479598 or 1185888. OLE color: 1185888.

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

Color convert

RGB 96 24 18 -
CMYK 0 0.75 0.81 0.62
HSL 4.62º 0.68% 0.22% -
HSV(B) 4.62º 0.81% 0.38% -
XYZ 5.26 3.18 0.91 -
YUV 44.84 112.85 164.49 -
System Red Green Blue C M Y K H S L
Decimal 96 24 18 0 0.75 0.81 0.62 4.62 0.68 0.22
Hex 60 18 12 0 4B 51 3E 5 44 16
Octal 140 30 22 0 113 121 76 5 104 26
Binary 1100000 11000 10010 0 1001011 1010001 111110 101 1000100 10110

Color Harmonies of #601812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601812

Black with #601812

Text Example


Text Example

White with #601812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601812; }

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

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

background-color css

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

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

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

border-color css

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

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

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