Html Css Color HEX #60130E Red Oxide

📋 copy color: '#60130E'

red 96 ◦ green 19 ◦ blue 14

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

Shades of Red Oxide #60130E

Tints of Red Oxide #60130E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 14.73%

 BLUE value IS 14 (5.86% from 255) = 10.85%

R = 74.42%
G = 14.73%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.85

 K value IS 0.62

RGB Variations

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

Color information

#60130E (or 0x60130E) is known color: Red Oxide. HEX triplet: 60, 13 and 0E. RGB value is (96,19,14). Sum of RGB (Red+Green+Blue) = 96+19+14=129 (17% of max value = 765). Red value is 96 (37.89% from 255 or 74.42% from 129); Green value is 19 (7.81% from 255 or 14.73% from 129); Blue value is 14 (5.86% from 255 or 10.85% from 129); Max value from RGB is 96 - color contains mainly: red. Hex color #60130E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #60130E is #9FECF1. Grayscale: #292929. Windows color (decimal): -10480882 or 922464. OLE color: 922464.

HSL color Cylindrical-coordinate representation of color #60130E: hue angle of 3.66º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #60130E is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 19 14 -
CMYK 0 0.80 0.85 0.62
HSL 3.66º 0.75% 0.22% -
HSV(B) 3.66º 0.85% 0.38% -
XYZ 5.14 2.98 0.72 -
YUV 41.45 112.51 166.91 -
System Red Green Blue C M Y K H S L
Decimal 96 19 14 0 0.80 0.85 0.62 3.66 0.75 0.22
Hex 60 13 E 0 50 55 3E 4 4B 16
Octal 140 23 16 0 120 125 76 4 113 26
Binary 1100000 10011 1110 0 1010000 1010101 111110 100 1001011 10110

Color Harmonies of #60130E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60130E

Black with #60130E

Text Example


Text Example

White with #60130E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60130E; }

 p { color: rgb(96,19,14); }

 H1.HeaderClassName
 {
   color: #60130E;
 }
 .AnyTagClassName
 {
   color: #60130E;
 }
</style>

background-color css

<style>
 a { background-color: #60130E; }

 a { background-color: rgb(96,19,14); }

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

border-color css

<style>
 span { border-color: #60130E; }

 span { border-color: rgb(96,19,14); }

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