Html Css Color HEX #5D120D Red Oxide

📋 copy color: '#5D120D'

red 93 ◦ green 18 ◦ blue 13

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

Shades of Red Oxide #5D120D

Tints of Red Oxide #5D120D

RGB

 RED value IS 93 (36.72% from 255) = 75%

 GREEN value IS 18 (7.42% from 255) = 14.52%

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

R = 75%
G = 14.52%
B = 10.48%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.86

 K value IS 0.64

RGB Variations

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

Color information

#5D120D (or 0x5D120D) is known color: Red Oxide. HEX triplet: 5D, 12 and 0D. RGB value is (93,18,13). Sum of RGB (Red+Green+Blue) = 93+18+13=124 (16% of max value = 765). Red value is 93 (36.72% from 255 or 75% from 124); Green value is 18 (7.42% from 255 or 14.52% from 124); Blue value is 13 (5.47% from 255 or 10.48% from 124); Max value from RGB is 93 - color contains mainly: red. Hex color #5D120D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5D120D is #A2EDF2. Grayscale: #272727. Windows color (decimal): -10677747 or 856669. OLE color: 856669.

HSL color Cylindrical-coordinate representation of color #5D120D: hue angle of 3.75º degrees, saturation: 0.75, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5D120D is Cyan = 0, Magento = 0.81, Yellow = 0.86 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 18 13 -
CMYK 0 0.81 0.86 0.64
HSL 3.75º 0.75% 0.21% -
HSV(B) 3.75º 0.86% 0.36% -
XYZ 4.8 2.79 0.67 -
YUV 39.86 112.85 165.91 -
System Red Green Blue C M Y K H S L
Decimal 93 18 13 0 0.81 0.86 0.64 3.75 0.75 0.21
Hex 5D 12 D 0 51 56 40 4 4B 15
Octal 135 22 15 0 121 126 100 4 113 25
Binary 1011101 10010 1101 0 1010001 1010110 1000000 100 1001011 10101

Color Harmonies of #5D120D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D120D

Black with #5D120D

Text Example


Text Example

White with #5D120D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5D120D; }

 p { color: rgb(93,18,13); }

 H1.HeaderClassName
 {
   color: #5D120D;
 }
 .AnyTagClassName
 {
   color: #5D120D;
 }
</style>

background-color css

<style>
 a { background-color: #5D120D; }

 a { background-color: rgb(93,18,13); }

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

border-color css

<style>
 span { border-color: #5D120D; }

 span { border-color: rgb(93,18,13); }

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