Html Css Color HEX #60140A Red Oxide

📋 copy color: '#60140A'

red 96 ◦ green 20 ◦ blue 10

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

Shades of Red Oxide #60140A

Tints of Red Oxide #60140A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 15.87%

 BLUE value IS 10 (4.3% from 255) = 7.94%

R = 76.19%
G = 15.87%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.90

 K value IS 0.62

RGB Variations

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

Color information

#60140A (or 0x60140A) is known color: Red Oxide. HEX triplet: 60, 14 and 0A. RGB value is (96,20,10). Sum of RGB (Red+Green+Blue) = 96+20+10=126 (16% of max value = 765). Red value is 96 (37.89% from 255 or 76.19% from 126); Green value is 20 (8.20% from 255 or 15.87% from 126); Blue value is 10 (4.30% from 255 or 7.94% from 126); Max value from RGB is 96 - color contains mainly: red. Hex color #60140A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #60140A is #9FEBF5. Grayscale: #292929. Windows color (decimal): -10480630 or 660576. OLE color: 660576.

HSL color Cylindrical-coordinate representation of color #60140A: hue angle of 6.98º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #60140A is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 20 10 -
CMYK 0 0.79 0.90 0.62
HSL 6.98º 0.81% 0.21% -
HSV(B) 6.98º 0.9% 0.38% -
XYZ 5.13 3.01 0.6 -
YUV 41.58 110.18 166.81 -
System Red Green Blue C M Y K H S L
Decimal 96 20 10 0 0.79 0.90 0.62 6.98 0.81 0.21
Hex 60 14 A 0 4F 5A 3E 7 51 15
Octal 140 24 12 0 117 132 76 7 121 25
Binary 1100000 10100 1010 0 1001111 1011010 111110 111 1010001 10101

Color Harmonies of #60140A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60140A

Black with #60140A

Text Example


Text Example

White with #60140A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60140A; }

 p { color: rgb(96,20,10); }

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

background-color css

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

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

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

border-color css

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

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

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