Html Css Color HEX #601510 Red Oxide

📋 copy color: '#601510'

red 96 ◦ green 21 ◦ blue 16

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

Shades of Red Oxide #601510

Tints of Red Oxide #601510

RGB

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

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

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

R = 72.18%
G = 15.79%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.83

 K value IS 0.62

RGB Variations

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

Color information

#601510 (or 0x601510) is known color: Red Oxide. HEX triplet: 60, 15 and 10. RGB value is (96,21,16). Sum of RGB (Red+Green+Blue) = 96+21+16=133 (17% of max value = 765). Red value is 96 (37.89% from 255 or 72.18% from 133); Green value is 21 (8.59% from 255 or 15.79% from 133); Blue value is 16 (6.64% from 255 or 12.03% from 133); Max value from RGB is 96 - color contains mainly: red. Hex color #601510 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601510 is #9FEAEF. Grayscale: #2A2A2A. Windows color (decimal): -10480368 or 1054048. OLE color: 1054048.

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

Color convert

RGB 96 21 16 -
CMYK 0 0.78 0.83 0.62
HSL 3.75º 0.71% 0.22% -
HSV(B) 3.75º 0.83% 0.38% -
XYZ 5.19 3.06 0.81 -
YUV 42.86 112.85 165.91 -
System Red Green Blue C M Y K H S L
Decimal 96 21 16 0 0.78 0.83 0.62 3.75 0.71 0.22
Hex 60 15 10 0 4E 53 3E 4 47 16
Octal 140 25 20 0 116 123 76 4 107 26
Binary 1100000 10101 10000 0 1001110 1010011 111110 100 1000111 10110

Color Harmonies of #601510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601510

Black with #601510

Text Example


Text Example

White with #601510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601510; }

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

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

background-color css

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

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

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

border-color css

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

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

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