Html Css Color HEX #60120F Red Oxide

📋 copy color: '#60120F'

red 96 ◦ green 18 ◦ blue 15

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

Shades of Red Oxide #60120F

Tints of Red Oxide #60120F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.95%

 BLUE value IS 15 (6.25% from 255) = 11.63%

R = 74.42%
G = 13.95%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.84

 K value IS 0.62

RGB Variations

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

Color information

#60120F (or 0x60120F) is known color: Red Oxide. HEX triplet: 60, 12 and 0F. RGB value is (96,18,15). Sum of RGB (Red+Green+Blue) = 96+18+15=129 (17% of max value = 765). Red value is 96 (37.89% from 255 or 74.42% from 129); Green value is 18 (7.42% from 255 or 13.95% from 129); Blue value is 15 (6.25% from 255 or 11.63% from 129); Max value from RGB is 96 - color contains mainly: red. Hex color #60120F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #60120F is #9FEDF0. Grayscale: #292929. Windows color (decimal): -10481137 or 987744. OLE color: 987744.

HSL color Cylindrical-coordinate representation of color #60120F: hue angle of 2.22º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #60120F is Cyan = 0, Magento = 0.81, Yellow = 0.84 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 18 15 -
CMYK 0 0.81 0.84 0.62
HSL 2.22º 0.73% 0.22% -
HSV(B) 2.22º 0.84% 0.38% -
XYZ 5.13 2.95 0.75 -
YUV 40.98 113.34 167.24 -
System Red Green Blue C M Y K H S L
Decimal 96 18 15 0 0.81 0.84 0.62 2.22 0.73 0.22
Hex 60 12 F 0 51 54 3E 2 49 16
Octal 140 22 17 0 121 124 76 2 111 26
Binary 1100000 10010 1111 0 1010001 1010100 111110 10 1001001 10110

Color Harmonies of #60120F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60120F

Black with #60120F

Text Example


Text Example

White with #60120F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60120F; }

 p { color: rgb(96,18,15); }

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

background-color css

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

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

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

border-color css

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

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

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