Html Css Color HEX #601513 Red Oxide

📋 copy color: '#601513'

red 96 ◦ green 21 ◦ blue 19

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

Shades of Red Oxide #601513

Tints of Red Oxide #601513

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.44%

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

R = 70.59%
G = 15.44%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#601513 (or 0x601513) is known color: Red Oxide. HEX triplet: 60, 15 and 13. RGB value is (96,21,19). Sum of RGB (Red+Green+Blue) = 96+21+19=136 (18% of max value = 765). Red value is 96 (37.89% from 255 or 70.59% from 136); Green value is 21 (8.59% from 255 or 15.44% from 136); Blue value is 19 (7.81% from 255 or 13.97% from 136); Max value from RGB is 96 - color contains mainly: red. Hex color #601513 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601513 is #9FEAEC. Grayscale: #2B2B2B. Windows color (decimal): -10480365 or 1250656. OLE color: 1250656.

HSL color Cylindrical-coordinate representation of color #601513: hue angle of 1.56º 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 #601513 is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 21 19 -
CMYK 0 0.78 0.80 0.62
HSL 1.56º 0.67% 0.23% -
HSV(B) 1.56º 0.8% 0.38% -
XYZ 5.21 3.07 0.93 -
YUV 43.2 114.35 165.66 -
System Red Green Blue C M Y K H S L
Decimal 96 21 19 0 0.78 0.80 0.62 1.56 0.67 0.23
Hex 60 15 13 0 4E 50 3E 2 43 17
Octal 140 25 23 0 116 120 76 2 103 27
Binary 1100000 10101 10011 0 1001110 1010000 111110 10 1000011 10111

Color Harmonies of #601513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601513

Black with #601513

Text Example


Text Example

White with #601513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601513; }

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

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

background-color css

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

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

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

border-color css

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

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

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