Html Css Color HEX #60100D Red Oxide

📋 copy color: '#60100D'

red 96 ◦ green 16 ◦ blue 13

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

Shades of Red Oxide #60100D

Tints of Red Oxide #60100D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 10.4%

R = 76.8%
G = 12.8%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.86

 K value IS 0.62

RGB Variations

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

Color information

#60100D (or 0x60100D) is known color: Red Oxide. HEX triplet: 60, 10 and 0D. RGB value is (96,16,13). Sum of RGB (Red+Green+Blue) = 96+16+13=125 (16% of max value = 765). Red value is 96 (37.89% from 255 or 76.8% from 125); Green value is 16 (6.64% from 255 or 12.8% from 125); Blue value is 13 (5.47% from 255 or 10.4% from 125); Max value from RGB is 96 - color contains mainly: red. Hex color #60100D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #60100D is #9FEFF2. Grayscale: #272727. Windows color (decimal): -10481651 or 856160. OLE color: 856160.

HSL color Cylindrical-coordinate representation of color #60100D: hue angle of 2.17º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #60100D is Cyan = 0, Magento = 0.83, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 16 13 -
CMYK 0 0.83 0.86 0.62
HSL 2.17º 0.76% 0.21% -
HSV(B) 2.17º 0.86% 0.38% -
XYZ 5.08 2.89 0.67 -
YUV 39.58 113 168.24 -
System Red Green Blue C M Y K H S L
Decimal 96 16 13 0 0.83 0.86 0.62 2.17 0.76 0.21
Hex 60 10 D 0 53 56 3E 2 4C 15
Octal 140 20 15 0 123 126 76 2 114 25
Binary 1100000 10000 1101 0 1010011 1010110 111110 10 1001100 10101

Color Harmonies of #60100D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60100D

Black with #60100D

Text Example


Text Example

White with #60100D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60100D; }

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

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

background-color css

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

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

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

border-color css

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

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

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