Html Css Color HEX #601815 Red Oxide

📋 copy color: '#601815'

red 96 ◦ green 24 ◦ blue 21

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

Shades of Red Oxide #601815

Tints of Red Oxide #601815

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 14.89%

R = 68.09%
G = 17.02%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#601815 (or 0x601815) is known color: Red Oxide. HEX triplet: 60, 18 and 15. RGB value is (96,24,21). Sum of RGB (Red+Green+Blue) = 96+24+21=141 (18% of max value = 765). Red value is 96 (37.89% from 255 or 68.09% from 141); Green value is 24 (9.77% from 255 or 17.02% from 141); Blue value is 21 (8.59% from 255 or 14.89% from 141); Max value from RGB is 96 - color contains mainly: red. Hex color #601815 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601815 is #9FE7EA. Grayscale: #2D2D2D. Windows color (decimal): -10479595 or 1382496. OLE color: 1382496.

HSL color Cylindrical-coordinate representation of color #601815: hue angle of 2.4º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #601815 is Cyan = 0, Magento = 0.75, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 24 21 -
CMYK 0 0.75 0.78 0.62
HSL 2.4º 0.64% 0.23% -
HSV(B) 2.4º 0.78% 0.38% -
XYZ 5.29 3.19 1.05 -
YUV 45.19 114.35 164.24 -
System Red Green Blue C M Y K H S L
Decimal 96 24 21 0 0.75 0.78 0.62 2.4 0.64 0.23
Hex 60 18 15 0 4B 4E 3E 2 40 17
Octal 140 30 25 0 113 116 76 2 100 27
Binary 1100000 11000 10101 0 1001011 1001110 111110 10 1000000 10111

Color Harmonies of #601815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601815

Black with #601815

Text Example


Text Example

White with #601815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601815; }

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

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

background-color css

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

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

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

border-color css

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

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

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