Html Css Color HEX #5D100A Red Oxide

📋 copy color: '#5D100A'

red 93 ◦ green 16 ◦ blue 10

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

Shades of Red Oxide #5D100A

Tints of Red Oxide #5D100A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 13.45%

 BLUE value IS 10 (4.3% from 255) = 8.4%

R = 78.15%
G = 13.45%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.89

 K value IS 0.64

RGB Variations

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

Color information

#5D100A (or 0x5D100A) is known color: Red Oxide. HEX triplet: 5D, 10 and 0A. RGB value is (93,16,10). Sum of RGB (Red+Green+Blue) = 93+16+10=119 (15% of max value = 765). Red value is 93 (36.72% from 255 or 78.15% from 119); Green value is 16 (6.64% from 255 or 13.45% from 119); Blue value is 10 (4.30% from 255 or 8.40% from 119); Max value from RGB is 93 - color contains mainly: red. Hex color #5D100A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5D100A is #A2EFF5. Grayscale: #262626. Windows color (decimal): -10678262 or 659549. OLE color: 659549.

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

Color convert

RGB 93 16 10 -
CMYK 0 0.83 0.89 0.64
HSL 4.34º 0.81% 0.2% -
HSV(B) 4.34º 0.89% 0.36% -
XYZ 4.75 2.72 0.56 -
YUV 38.34 112.01 166.99 -
System Red Green Blue C M Y K H S L
Decimal 93 16 10 0 0.83 0.89 0.64 4.34 0.81 0.2
Hex 5D 10 A 0 53 59 40 4 51 14
Octal 135 20 12 0 123 131 100 4 121 24
Binary 1011101 10000 1010 0 1010011 1011001 1000000 100 1010001 10100

Color Harmonies of #5D100A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D100A

Black with #5D100A

Text Example


Text Example

White with #5D100A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,16,10); }

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

background-color css

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

 a { background-color: rgb(93,16,10); }

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

border-color css

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

 span { border-color: rgb(93,16,10); }

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