Html Css Color HEX #601A15 Red Oxide

📋 copy color: '#601A15'

red 96 ◦ green 26 ◦ blue 21

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

Shades of Red Oxide #601A15

Tints of Red Oxide #601A15

RGB

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

 GREEN value IS 26 (10.55% from 255) = 18.18%

 BLUE value IS 21 (8.59% from 255) = 14.69%

R = 67.13%
G = 18.18%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#601A15 (or 0x601A15) is known color: Red Oxide. HEX triplet: 60, 1A and 15. RGB value is (96,26,21). Sum of RGB (Red+Green+Blue) = 96+26+21=143 (18% of max value = 765). Red value is 96 (37.89% from 255 or 67.13% from 143); Green value is 26 (10.55% from 255 or 18.18% from 143); Blue value is 21 (8.59% from 255 or 14.69% from 143); Max value from RGB is 96 - color contains mainly: red. Hex color #601A15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #601A15 is #9FE5EA. Grayscale: #2E2E2E. Windows color (decimal): -10479083 or 1383008. OLE color: 1383008.

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

Color convert

RGB 96 26 21 -
CMYK 0 0.73 0.78 0.62
HSL 0.64% 0.23% -
HSV(B) 0.78% 0.38% -
XYZ 5.33 3.28 1.06 -
YUV 46.36 113.69 163.41 -
System Red Green Blue C M Y K H S L
Decimal 96 26 21 0 0.73 0.78 0.62 4 0.64 0.23
Hex 60 1A 15 0 49 4E 3E 4 40 17
Octal 140 32 25 0 111 116 76 4 100 27
Binary 1100000 11010 10101 0 1001001 1001110 111110 100 1000000 10111

Color Harmonies of #601A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601A15

Black with #601A15

Text Example


Text Example

White with #601A15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601A15; }

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

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

background-color css

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

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

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

border-color css

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

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

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