Html Css Color HEX #60180D Red Oxide

📋 copy color: '#60180D'

red 96 ◦ green 24 ◦ blue 13

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

Shades of Red Oxide #60180D

Tints of Red Oxide #60180D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 18.05%

 BLUE value IS 13 (5.47% from 255) = 9.77%

R = 72.18%
G = 18.05%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.86

 K value IS 0.62

RGB Variations

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

Color information

#60180D (or 0x60180D) is known color: Red Oxide. HEX triplet: 60, 18 and 0D. RGB value is (96,24,13). Sum of RGB (Red+Green+Blue) = 96+24+13=133 (17% of max value = 765). Red value is 96 (37.89% from 255 or 72.18% from 133); Green value is 24 (9.77% from 255 or 18.05% from 133); Blue value is 13 (5.47% from 255 or 9.77% from 133); Max value from RGB is 96 - color contains mainly: red. Hex color #60180D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #60180D is #9FE7F2. Grayscale: #2C2C2C. Windows color (decimal): -10479603 or 858208. OLE color: 858208.

HSL color Cylindrical-coordinate representation of color #60180D: hue angle of 7.95º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #60180D is Cyan = 0, Magento = 0.75, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 24 13 -
CMYK 0 0.75 0.86 0.62
HSL 7.95º 0.76% 0.21% -
HSV(B) 7.95º 0.86% 0.38% -
XYZ 5.22 3.17 0.72 -
YUV 44.27 110.35 164.89 -
System Red Green Blue C M Y K H S L
Decimal 96 24 13 0 0.75 0.86 0.62 7.95 0.76 0.21
Hex 60 18 D 0 4B 56 3E 8 4C 15
Octal 140 30 15 0 113 126 76 10 114 25
Binary 1100000 11000 1101 0 1001011 1010110 111110 1000 1001100 10101

Color Harmonies of #60180D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60180D

Black with #60180D

Text Example


Text Example

White with #60180D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60180D; }

 p { color: rgb(96,24,13); }

 H1.HeaderClassName
 {
   color: #60180D;
 }
 .AnyTagClassName
 {
   color: #60180D;
 }
</style>

background-color css

<style>
 a { background-color: #60180D; }

 a { background-color: rgb(96,24,13); }

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

border-color css

<style>
 span { border-color: #60180D; }

 span { border-color: rgb(96,24,13); }

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