Html Css Color HEX #601500 Red Oxide

📋 copy color: '#601500'

red 96 ◦ green 21 ◦ blue 0

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

Shades of Red Oxide #601500

Tints of Red Oxide #601500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 82.05%
G = 17.95%
B = 0%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 1

 K value IS 0.62

RGB Variations

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

Color information

#601500 (or 0x601500) is known color: Red Oxide. HEX triplet: 60, 15 and 00. RGB value is (96,21,0). Sum of RGB (Red+Green+Blue) = 96+21+0=117 (15% of max value = 765). Red value is 96 (37.89% from 255 or 82.05% from 117); Green value is 21 (8.59% from 255 or 17.95% from 117); Blue value is 0 (0.39% from 255 or 0% from 117); Max value from RGB is 96 - color contains mainly: red. Hex color #601500 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601500 is #9FEAFF. Grayscale: #292929. Windows color (decimal): -10480384 or 5472. OLE color: 5472.

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

Color convert

RGB 96 21 0 -
CMYK 0 0.78 1 0.62
HSL 13.13º 1% 0.19% -
HSV(B) 13.13º 1% 0.38% -
XYZ 5.09 3.02 0.32 -
YUV 41.03 104.85 167.21 -
System Red Green Blue C M Y K H S L
Decimal 96 21 0 0 0.78 1 0.62 13.13 1 0.19
Hex 60 15 0 0 4E 64 3E D 64 13
Octal 140 25 0 0 116 144 76 15 144 23
Binary 1100000 10101 0 0 1001110 1100100 111110 1101 1100100 10011

Color Harmonies of #601500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601500

Black with #601500

Text Example


Text Example

White with #601500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601500; }

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

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

background-color css

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

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

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

border-color css

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

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

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