Html Css Color HEX #601C13 Red Oxide

📋 copy color: '#601C13'

red 96 ◦ green 28 ◦ blue 19

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

Shades of Red Oxide #601C13

Tints of Red Oxide #601C13

RGB

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

 GREEN value IS 28 (11.33% from 255) = 19.58%

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

R = 67.13%
G = 19.58%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#601C13 (or 0x601C13) is known color: Red Oxide. HEX triplet: 60, 1C and 13. RGB value is (96,28,19). Sum of RGB (Red+Green+Blue) = 96+28+19=143 (18% of max value = 765). Red value is 96 (37.89% from 255 or 67.13% from 143); Green value is 28 (11.33% from 255 or 19.58% from 143); Blue value is 19 (7.81% from 255 or 13.29% from 143); Max value from RGB is 96 - color contains mainly: red. Hex color #601C13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #601C13 is #9FE3EC. Grayscale: #2F2F2F. Windows color (decimal): -10478573 or 1252448. OLE color: 1252448.

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

Color convert

RGB 96 28 19 -
CMYK 0 0.71 0.80 0.62
HSL 7.01º 0.67% 0.23% -
HSV(B) 7.01º 0.8% 0.38% -
XYZ 5.36 3.36 0.98 -
YUV 47.31 112.03 162.73 -
System Red Green Blue C M Y K H S L
Decimal 96 28 19 0 0.71 0.80 0.62 7.01 0.67 0.23
Hex 60 1C 13 0 47 50 3E 7 43 17
Octal 140 34 23 0 107 120 76 7 103 27
Binary 1100000 11100 10011 0 1000111 1010000 111110 111 1000011 10111

Color Harmonies of #601C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601C13

Black with #601C13

Text Example


Text Example

White with #601C13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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