Html Css Color HEX #60150D Red Oxide

📋 copy color: '#60150D'

red 96 ◦ green 21 ◦ blue 13

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

Shades of Red Oxide #60150D

Tints of Red Oxide #60150D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 16.15%

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

R = 73.85%
G = 16.15%
B = 10%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.86

 K value IS 0.62

RGB Variations

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

Color information

#60150D (or 0x60150D) is known color: Red Oxide. HEX triplet: 60, 15 and 0D. RGB value is (96,21,13). Sum of RGB (Red+Green+Blue) = 96+21+13=130 (17% of max value = 765). Red value is 96 (37.89% from 255 or 73.85% from 130); Green value is 21 (8.59% from 255 or 16.15% from 130); Blue value is 13 (5.47% from 255 or 10% from 130); Max value from RGB is 96 - color contains mainly: red. Hex color #60150D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #60150D is #9FEAF2. Grayscale: #2A2A2A. Windows color (decimal): -10480371 or 857440. OLE color: 857440.

HSL color Cylindrical-coordinate representation of color #60150D: hue angle of 5.78º 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 #60150D is Cyan = 0, Magento = 0.78, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 21 13 -
CMYK 0 0.78 0.86 0.62
HSL 5.78º 0.76% 0.21% -
HSV(B) 5.78º 0.86% 0.38% -
XYZ 5.16 3.05 0.7 -
YUV 42.51 111.35 166.15 -
System Red Green Blue C M Y K H S L
Decimal 96 21 13 0 0.78 0.86 0.62 5.78 0.76 0.21
Hex 60 15 D 0 4E 56 3E 6 4C 15
Octal 140 25 15 0 116 126 76 6 114 25
Binary 1100000 10101 1101 0 1001110 1010110 111110 110 1001100 10101

Color Harmonies of #60150D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60150D

Black with #60150D

Text Example


Text Example

White with #60150D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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