Html Css Color HEX #601910 Red Oxide

📋 copy color: '#601910'

red 96 ◦ green 25 ◦ blue 16

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

Shades of Red Oxide #601910

Tints of Red Oxide #601910

RGB

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

 GREEN value IS 25 (10.16% from 255) = 18.25%

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

R = 70.07%
G = 18.25%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.83

 K value IS 0.62

RGB Variations

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

Color information

#601910 (or 0x601910) is known color: Red Oxide. HEX triplet: 60, 19 and 10. RGB value is (96,25,16). Sum of RGB (Red+Green+Blue) = 96+25+16=137 (18% of max value = 765). Red value is 96 (37.89% from 255 or 70.07% from 137); Green value is 25 (10.16% from 255 or 18.25% from 137); Blue value is 16 (6.64% from 255 or 11.68% from 137); Max value from RGB is 96 - color contains mainly: red. Hex color #601910 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601910 is #9FE6EF. Grayscale: #2D2D2D. Windows color (decimal): -10479344 or 1055072. OLE color: 1055072.

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

Color convert

RGB 96 25 16 -
CMYK 0 0.74 0.83 0.62
HSL 6.75º 0.71% 0.22% -
HSV(B) 6.75º 0.83% 0.38% -
XYZ 5.27 3.22 0.83 -
YUV 45.2 111.52 164.23 -
System Red Green Blue C M Y K H S L
Decimal 96 25 16 0 0.74 0.83 0.62 6.75 0.71 0.22
Hex 60 19 10 0 4A 53 3E 7 47 16
Octal 140 31 20 0 112 123 76 7 107 26
Binary 1100000 11001 10000 0 1001010 1010011 111110 111 1000111 10110

Color Harmonies of #601910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601910

Black with #601910

Text Example


Text Example

White with #601910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601910; }

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

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

background-color css

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

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

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

border-color css

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

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

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