Html Css Color HEX #601410 Red Oxide

📋 copy color: '#601410'

red 96 ◦ green 20 ◦ blue 16

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

Shades of Red Oxide #601410

Tints of Red Oxide #601410

RGB

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

 GREEN value IS 20 (8.2% from 255) = 15.15%

 BLUE value IS 16 (6.64% from 255) = 12.12%

R = 72.73%
G = 15.15%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.83

 K value IS 0.62

RGB Variations

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

Color information

#601410 (or 0x601410) is known color: Red Oxide. HEX triplet: 60, 14 and 10. RGB value is (96,20,16). Sum of RGB (Red+Green+Blue) = 96+20+16=132 (17% of max value = 765). Red value is 96 (37.89% from 255 or 72.73% from 132); Green value is 20 (8.20% from 255 or 15.15% from 132); Blue value is 16 (6.64% from 255 or 12.12% from 132); Max value from RGB is 96 - color contains mainly: red. Hex color #601410 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601410 is #9FEBEF. Grayscale: #2A2A2A. Windows color (decimal): -10480624 or 1053792. OLE color: 1053792.

HSL color Cylindrical-coordinate representation of color #601410: hue angle of 3º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #601410 is Cyan = 0, Magento = 0.79, Yellow = 0.83 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 20 16 -
CMYK 0 0.79 0.83 0.62
HSL 0.71% 0.22% -
HSV(B) 0.83% 0.38% -
XYZ 5.17 3.02 0.8 -
YUV 42.27 113.18 166.33 -
System Red Green Blue C M Y K H S L
Decimal 96 20 16 0 0.79 0.83 0.62 3 0.71 0.22
Hex 60 14 10 0 4F 53 3E 3 47 16
Octal 140 24 20 0 117 123 76 3 107 26
Binary 1100000 10100 10000 0 1001111 1010011 111110 11 1000111 10110

Color Harmonies of #601410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601410

Black with #601410

Text Example


Text Example

White with #601410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601410; }

 p { color: rgb(96,20,16); }

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

background-color css

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

 a { background-color: rgb(96,20,16); }

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

border-color css

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

 span { border-color: rgb(96,20,16); }

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