Html Css Color HEX #60140B Red Oxide

📋 copy color: '#60140B'

red 96 ◦ green 20 ◦ blue 11

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

Shades of Red Oxide #60140B

Tints of Red Oxide #60140B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 15.75%

 BLUE value IS 11 (4.69% from 255) = 8.66%

R = 75.59%
G = 15.75%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.89

 K value IS 0.62

RGB Variations

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

Color information

#60140B (or 0x60140B) is known color: Red Oxide. HEX triplet: 60, 14 and 0B. RGB value is (96,20,11). Sum of RGB (Red+Green+Blue) = 96+20+11=127 (16% of max value = 765). Red value is 96 (37.89% from 255 or 75.59% from 127); Green value is 20 (8.20% from 255 or 15.75% from 127); Blue value is 11 (4.69% from 255 or 8.66% from 127); Max value from RGB is 96 - color contains mainly: red. Hex color #60140B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #60140B is #9FEBF4. Grayscale: #292929. Windows color (decimal): -10480629 or 726112. OLE color: 726112.

HSL color Cylindrical-coordinate representation of color #60140B: hue angle of 6.35º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #60140B is Cyan = 0, Magento = 0.79, Yellow = 0.89 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 20 11 -
CMYK 0 0.79 0.89 0.62
HSL 6.35º 0.79% 0.21% -
HSV(B) 6.35º 0.89% 0.38% -
XYZ 5.13 3.01 0.63 -
YUV 41.7 110.68 166.73 -
System Red Green Blue C M Y K H S L
Decimal 96 20 11 0 0.79 0.89 0.62 6.35 0.79 0.21
Hex 60 14 B 0 4F 59 3E 6 4F 15
Octal 140 24 13 0 117 131 76 6 117 25
Binary 1100000 10100 1011 0 1001111 1011001 111110 110 1001111 10101

Color Harmonies of #60140B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60140B

Black with #60140B

Text Example


Text Example

White with #60140B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60140B; }

 p { color: rgb(96,20,11); }

 H1.HeaderClassName
 {
   color: #60140B;
 }
 .AnyTagClassName
 {
   color: #60140B;
 }
</style>

background-color css

<style>
 a { background-color: #60140B; }

 a { background-color: rgb(96,20,11); }

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

border-color css

<style>
 span { border-color: #60140B; }

 span { border-color: rgb(96,20,11); }

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