Html Css Color HEX #601912 Red Oxide

📋 copy color: '#601912'

red 96 ◦ green 25 ◦ blue 18

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

Shades of Red Oxide #601912

Tints of Red Oxide #601912

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.99%

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

R = 69.06%
G = 17.99%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#601912 (or 0x601912) is known color: Red Oxide. HEX triplet: 60, 19 and 12. RGB value is (96,25,18). Sum of RGB (Red+Green+Blue) = 96+25+18=139 (18% of max value = 765). Red value is 96 (37.89% from 255 or 69.06% from 139); Green value is 25 (10.16% from 255 or 17.99% from 139); Blue value is 18 (7.42% from 255 or 12.95% from 139); Max value from RGB is 96 - color contains mainly: red. Hex color #601912 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601912 is #9FE6ED. Grayscale: #2D2D2D. Windows color (decimal): -10479342 or 1186144. OLE color: 1186144.

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

Color convert

RGB 96 25 18 -
CMYK 0 0.74 0.81 0.62
HSL 5.38º 0.68% 0.22% -
HSV(B) 5.38º 0.81% 0.38% -
XYZ 5.28 3.23 0.92 -
YUV 45.43 112.52 164.07 -
System Red Green Blue C M Y K H S L
Decimal 96 25 18 0 0.74 0.81 0.62 5.38 0.68 0.22
Hex 60 19 12 0 4A 51 3E 5 44 16
Octal 140 31 22 0 112 121 76 5 104 26
Binary 1100000 11001 10010 0 1001010 1010001 111110 101 1000100 10110

Color Harmonies of #601912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601912

Black with #601912

Text Example


Text Example

White with #601912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601912; }

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

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

background-color css

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

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

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

border-color css

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

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

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