Html Css Color HEX #60180F Red Oxide

📋 copy color: '#60180F'

red 96 ◦ green 24 ◦ blue 15

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

Shades of Red Oxide #60180F

Tints of Red Oxide #60180F

RGB

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

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

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

R = 71.11%
G = 17.78%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.84

 K value IS 0.62

RGB Variations

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

Color information

#60180F (or 0x60180F) is known color: Red Oxide. HEX triplet: 60, 18 and 0F. RGB value is (96,24,15). Sum of RGB (Red+Green+Blue) = 96+24+15=135 (17% of max value = 765). Red value is 96 (37.89% from 255 or 71.11% from 135); Green value is 24 (9.77% from 255 or 17.78% from 135); Blue value is 15 (6.25% from 255 or 11.11% from 135); Max value from RGB is 96 - color contains mainly: red. Hex color #60180F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #60180F is #9FE7F0. Grayscale: #2C2C2C. Windows color (decimal): -10479601 or 989280. OLE color: 989280.

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

Color convert

RGB 96 24 15 -
CMYK 0 0.75 0.84 0.62
HSL 6.67º 0.73% 0.22% -
HSV(B) 6.67º 0.84% 0.38% -
XYZ 5.24 3.17 0.79 -
YUV 44.5 111.35 164.73 -
System Red Green Blue C M Y K H S L
Decimal 96 24 15 0 0.75 0.84 0.62 6.67 0.73 0.22
Hex 60 18 F 0 4B 54 3E 7 49 16
Octal 140 30 17 0 113 124 76 7 111 26
Binary 1100000 11000 1111 0 1001011 1010100 111110 111 1001001 10110

Color Harmonies of #60180F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60180F

Black with #60180F

Text Example


Text Example

White with #60180F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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