Html Css Color HEX #601413 Red Oxide

📋 copy color: '#601413'

red 96 ◦ green 20 ◦ blue 19

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

Shades of Red Oxide #601413

Tints of Red Oxide #601413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 14.07%

R = 71.11%
G = 14.81%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#601413 (or 0x601413) is known color: Red Oxide. HEX triplet: 60, 14 and 13. RGB value is (96,20,19). Sum of RGB (Red+Green+Blue) = 96+20+19=135 (17% of max value = 765). Red value is 96 (37.89% from 255 or 71.11% from 135); Green value is 20 (8.20% from 255 or 14.81% from 135); Blue value is 19 (7.81% from 255 or 14.07% from 135); Max value from RGB is 96 - color contains mainly: red. Hex color #601413 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601413 is #9FEBEC. Grayscale: #2A2A2A. Windows color (decimal): -10480621 or 1250400. OLE color: 1250400.

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

Color convert

RGB 96 20 19 -
CMYK 0 0.79 0.80 0.62
HSL 0.78º 0.67% 0.23% -
HSV(B) 0.78º 0.8% 0.38% -
XYZ 5.19 3.03 0.93 -
YUV 42.61 114.68 166.08 -
System Red Green Blue C M Y K H S L
Decimal 96 20 19 0 0.79 0.80 0.62 0.78 0.67 0.23
Hex 60 14 13 0 4F 50 3E 1 43 17
Octal 140 24 23 0 117 120 76 1 103 27
Binary 1100000 10100 10011 0 1001111 1010000 111110 1 1000011 10111

Color Harmonies of #601413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601413

Black with #601413

Text Example


Text Example

White with #601413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601413; }

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

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

background-color css

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

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

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

border-color css

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

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

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