Html Css Color HEX #60100C Red Oxide

📋 copy color: '#60100C'

red 96 ◦ green 16 ◦ blue 12

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

Shades of Red Oxide #60100C

Tints of Red Oxide #60100C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 9.68%

R = 77.42%
G = 12.9%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.88

 K value IS 0.62

RGB Variations

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

Color information

#60100C (or 0x60100C) is known color: Red Oxide. HEX triplet: 60, 10 and 0C. RGB value is (96,16,12). Sum of RGB (Red+Green+Blue) = 96+16+12=124 (16% of max value = 765). Red value is 96 (37.89% from 255 or 77.42% from 124); Green value is 16 (6.64% from 255 or 12.90% from 124); Blue value is 12 (5.08% from 255 or 9.68% from 124); Max value from RGB is 96 - color contains mainly: red. Hex color #60100C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #60100C is #9FEFF3. Grayscale: #272727. Windows color (decimal): -10481652 or 790624. OLE color: 790624.

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

Color convert

RGB 96 16 12 -
CMYK 0 0.83 0.88 0.62
HSL 2.86º 0.78% 0.21% -
HSV(B) 2.86º 0.88% 0.38% -
XYZ 5.08 2.88 0.64 -
YUV 39.46 112.5 168.33 -
System Red Green Blue C M Y K H S L
Decimal 96 16 12 0 0.83 0.88 0.62 2.86 0.78 0.21
Hex 60 10 C 0 53 58 3E 3 4E 15
Octal 140 20 14 0 123 130 76 3 116 25
Binary 1100000 10000 1100 0 1010011 1011000 111110 11 1001110 10101

Color Harmonies of #60100C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60100C

Black with #60100C

Text Example


Text Example

White with #60100C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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