Html Css Color HEX #60150F Red Oxide

📋 copy color: '#60150F'

red 96 ◦ green 21 ◦ blue 15

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

Shades of Red Oxide #60150F

Tints of Red Oxide #60150F

RGB

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

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

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

R = 72.73%
G = 15.91%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.84

 K value IS 0.62

RGB Variations

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

Color information

#60150F (or 0x60150F) is known color: Red Oxide. HEX triplet: 60, 15 and 0F. RGB value is (96,21,15). Sum of RGB (Red+Green+Blue) = 96+21+15=132 (17% of max value = 765). Red value is 96 (37.89% from 255 or 72.73% from 132); Green value is 21 (8.59% from 255 or 15.91% from 132); Blue value is 15 (6.25% from 255 or 11.36% from 132); Max value from RGB is 96 - color contains mainly: red. Hex color #60150F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #60150F is #9FEAF0. Grayscale: #2A2A2A. Windows color (decimal): -10480369 or 988512. OLE color: 988512.

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

Color convert

RGB 96 21 15 -
CMYK 0 0.78 0.84 0.62
HSL 4.44º 0.73% 0.22% -
HSV(B) 4.44º 0.84% 0.38% -
XYZ 5.18 3.06 0.77 -
YUV 42.74 112.35 165.99 -
System Red Green Blue C M Y K H S L
Decimal 96 21 15 0 0.78 0.84 0.62 4.44 0.73 0.22
Hex 60 15 F 0 4E 54 3E 4 49 16
Octal 140 25 17 0 116 124 76 4 111 26
Binary 1100000 10101 1111 0 1001110 1010100 111110 100 1001001 10110

Color Harmonies of #60150F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60150F

Black with #60150F

Text Example


Text Example

White with #60150F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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