Html Css Color HEX #601F18 Red Oxide

📋 copy color: '#601F18'

red 96 ◦ green 31 ◦ blue 24

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

Shades of Red Oxide #601F18

Tints of Red Oxide #601F18

RGB

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

 GREEN value IS 31 (12.5% from 255) = 20.53%

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

R = 63.58%
G = 20.53%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.75

 K value IS 0.62

RGB Variations

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

Color information

#601F18 (or 0x601F18) is known color: Red Oxide. HEX triplet: 60, 1F and 18. RGB value is (96,31,24). Sum of RGB (Red+Green+Blue) = 96+31+24=151 (20% of max value = 765). Red value is 96 (37.89% from 255 or 63.58% from 151); Green value is 31 (12.5% from 255 or 20.53% from 151); Blue value is 24 (9.77% from 255 or 15.89% from 151); Max value from RGB is 96 - color contains mainly: red. Hex color #601F18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #601F18 is #9FE0E7. Grayscale: #313131. Windows color (decimal): -10477800 or 1580896. OLE color: 1580896.

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

Color convert

RGB 96 31 24 -
CMYK 0 0.68 0.75 0.62
HSL 5.83º 0.6% 0.24% -
HSV(B) 5.83º 0.75% 0.38% -
XYZ 5.48 3.53 1.26 -
YUV 49.64 113.53 161.07 -
System Red Green Blue C M Y K H S L
Decimal 96 31 24 0 0.68 0.75 0.62 5.83 0.6 0.24
Hex 60 1F 18 0 44 4B 3E 6 3C 18
Octal 140 37 30 0 104 113 76 6 74 30
Binary 1100000 11111 11000 0 1000100 1001011 111110 110 111100 11000

Color Harmonies of #601F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601F18

Black with #601F18

Text Example


Text Example

White with #601F18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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