Html Css Color HEX #60110F Red Oxide

📋 copy color: '#60110F'

red 96 ◦ green 17 ◦ blue 15

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

Shades of Red Oxide #60110F

Tints of Red Oxide #60110F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 13.28%

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

R = 75%
G = 13.28%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.84

 K value IS 0.62

RGB Variations

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

Color information

#60110F (or 0x60110F) is known color: Red Oxide. HEX triplet: 60, 11 and 0F. RGB value is (96,17,15). Sum of RGB (Red+Green+Blue) = 96+17+15=128 (16% of max value = 765). Red value is 96 (37.89% from 255 or 75% from 128); Green value is 17 (7.03% from 255 or 13.28% from 128); Blue value is 15 (6.25% from 255 or 11.72% from 128); Max value from RGB is 96 - color contains mainly: red. Hex color #60110F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #60110F is #9FEEF0. Grayscale: #282828. Windows color (decimal): -10481393 or 987488. OLE color: 987488.

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

Color convert

RGB 96 17 15 -
CMYK 0 0.82 0.84 0.62
HSL 1.48º 0.73% 0.22% -
HSV(B) 1.48º 0.84% 0.38% -
XYZ 5.11 2.92 0.75 -
YUV 40.39 113.67 167.66 -
System Red Green Blue C M Y K H S L
Decimal 96 17 15 0 0.82 0.84 0.62 1.48 0.73 0.22
Hex 60 11 F 0 52 54 3E 1 49 16
Octal 140 21 17 0 122 124 76 1 111 26
Binary 1100000 10001 1111 0 1010010 1010100 111110 1 1001001 10110

Color Harmonies of #60110F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60110F

Black with #60110F

Text Example


Text Example

White with #60110F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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