Html Css Color HEX #601E1A Red Oxide

📋 copy color: '#601E1A'

red 96 ◦ green 30 ◦ blue 26

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

Shades of Red Oxide #601E1A

Tints of Red Oxide #601E1A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 19.74%

 BLUE value IS 26 (10.55% from 255) = 17.11%

R = 63.16%
G = 19.74%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.73

 K value IS 0.62

RGB Variations

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

Color information

#601E1A (or 0x601E1A) is known color: Red Oxide. HEX triplet: 60, 1E and 1A. RGB value is (96,30,26). Sum of RGB (Red+Green+Blue) = 96+30+26=152 (20% of max value = 765). Red value is 96 (37.89% from 255 or 63.16% from 152); Green value is 30 (12.11% from 255 or 19.74% from 152); Blue value is 26 (10.55% from 255 or 17.11% from 152); Max value from RGB is 96 - color contains mainly: red. Hex color #601E1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601E1A is #9FE1E5. Grayscale: #313131. Windows color (decimal): -10478054 or 1711712. OLE color: 1711712.

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

Color convert

RGB 96 30 26 -
CMYK 0 0.69 0.73 0.62
HSL 3.43º 0.57% 0.24% -
HSV(B) 3.43º 0.73% 0.38% -
XYZ 5.47 3.49 1.36 -
YUV 49.28 114.87 161.33 -
System Red Green Blue C M Y K H S L
Decimal 96 30 26 0 0.69 0.73 0.62 3.43 0.57 0.24
Hex 60 1E 1A 0 45 49 3E 3 39 18
Octal 140 36 32 0 105 111 76 3 71 30
Binary 1100000 11110 11010 0 1000101 1001001 111110 11 111001 11000

Color Harmonies of #601E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601E1A

Black with #601E1A

Text Example


Text Example

White with #601E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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