Html Css Color HEX #601D18 Red Oxide

📋 copy color: '#601D18'

red 96 ◦ green 29 ◦ blue 24

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

Shades of Red Oxide #601D18

Tints of Red Oxide #601D18

RGB

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

 GREEN value IS 29 (11.72% from 255) = 19.46%

 BLUE value IS 24 (9.77% from 255) = 16.11%

R = 64.43%
G = 19.46%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.75

 K value IS 0.62

RGB Variations

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

Color information

#601D18 (or 0x601D18) is known color: Red Oxide. HEX triplet: 60, 1D and 18. RGB value is (96,29,24). Sum of RGB (Red+Green+Blue) = 96+29+24=149 (19% of max value = 765). Red value is 96 (37.89% from 255 or 64.43% from 149); Green value is 29 (11.72% from 255 or 19.46% from 149); Blue value is 24 (9.77% from 255 or 16.11% from 149); Max value from RGB is 96 - color contains mainly: red. Hex color #601D18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #601D18 is #9FE2E7. Grayscale: #303030. Windows color (decimal): -10478312 or 1580384. OLE color: 1580384.

HSL color Cylindrical-coordinate representation of color #601D18: hue angle of 4.17º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #601D18 is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 29 24 -
CMYK 0 0.70 0.75 0.62
HSL 4.17º 0.6% 0.24% -
HSV(B) 4.17º 0.75% 0.38% -
XYZ 5.43 3.43 1.24 -
YUV 48.46 114.2 161.91 -
System Red Green Blue C M Y K H S L
Decimal 96 29 24 0 0.70 0.75 0.62 4.17 0.6 0.24
Hex 60 1D 18 0 46 4B 3E 4 3C 18
Octal 140 35 30 0 106 113 76 4 74 30
Binary 1100000 11101 11000 0 1000110 1001011 111110 100 111100 11000

Color Harmonies of #601D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601D18

Black with #601D18

Text Example


Text Example

White with #601D18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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