Html Css Color HEX #601010 Red Oxide

📋 copy color: '#601010'

red 96 ◦ green 16 ◦ blue 16

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

Shades of Red Oxide #601010

Tints of Red Oxide #601010

RGB

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

 GREEN value IS 16 (6.64% from 255) = 12.5%

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

R = 75%
G = 12.5%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.83

 K value IS 0.62

RGB Variations

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

Color information

#601010 (or 0x601010) is known color: Red Oxide. HEX triplet: 60, 10 and 10. RGB value is (96,16,16). Sum of RGB (Red+Green+Blue) = 96+16+16=128 (16% of max value = 765). Red value is 96 (37.89% from 255 or 75% from 128); Green value is 16 (6.64% from 255 or 12.5% from 128); Blue value is 16 (6.64% from 255 or 12.5% from 128); Max value from RGB is 96 - color contains mainly: red. Hex color #601010 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601010 is #9FEFEF. Grayscale: #272727. Windows color (decimal): -10481648 or 1052768. OLE color: 1052768.

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

Color convert

RGB 96 16 16 -
CMYK 0 0.83 0.83 0.62
HSL 0.71% 0.22% -
HSV(B) 0.83% 0.38% -
XYZ 5.1 2.89 0.78 -
YUV 39.92 114.5 168 -
System Red Green Blue C M Y K H S L
Decimal 96 16 16 0 0.83 0.83 0.62 0 0.71 0.22
Hex 60 10 10 0 53 53 3E 0 47 16
Octal 140 20 20 0 123 123 76 0 107 26
Binary 1100000 10000 10000 0 1010011 1010011 111110 0 1000111 10110

Color Harmonies of #601010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601010

Black with #601010

Text Example


Text Example

White with #601010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601010; }

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

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

background-color css

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

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

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

border-color css

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

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

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