Html Css Color HEX #5C100D Red Oxide

📋 copy color: '#5C100D'

red 92 ◦ green 16 ◦ blue 13

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

Shades of Red Oxide #5C100D

Tints of Red Oxide #5C100D

RGB

 RED value IS 92 (36.33% from 255) = 76.03%

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

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

R = 76.03%
G = 13.22%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.86

 K value IS 0.64

RGB Variations

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

Color information

#5C100D (or 0x5C100D) is known color: Red Oxide. HEX triplet: 5C, 10 and 0D. RGB value is (92,16,13). Sum of RGB (Red+Green+Blue) = 92+16+13=121 (16% of max value = 765). Red value is 92 (36.33% from 255 or 76.03% from 121); Green value is 16 (6.64% from 255 or 13.22% from 121); Blue value is 13 (5.47% from 255 or 10.74% from 121); Max value from RGB is 92 - color contains mainly: red. Hex color #5C100D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5C100D is #A3EFF2. Grayscale: #262626. Windows color (decimal): -10743795 or 856156. OLE color: 856156.

HSL color Cylindrical-coordinate representation of color #5C100D: hue angle of 2.28º 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 #5C100D is Cyan = 0, Magento = 0.83, Yellow = 0.86 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 16 13 -
CMYK 0 0.83 0.86 0.64
HSL 2.28º 0.75% 0.21% -
HSV(B) 2.28º 0.86% 0.36% -
XYZ 4.67 2.67 0.65 -
YUV 38.38 113.68 166.24 -
System Red Green Blue C M Y K H S L
Decimal 92 16 13 0 0.83 0.86 0.64 2.28 0.75 0.21
Hex 5C 10 D 0 53 56 40 2 4B 15
Octal 134 20 15 0 123 126 100 2 113 25
Binary 1011100 10000 1101 0 1010011 1010110 1000000 10 1001011 10101

Color Harmonies of #5C100D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C100D

Black with #5C100D

Text Example


Text Example

White with #5C100D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,16,13); }

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

background-color css

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

 a { background-color: rgb(92,16,13); }

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

border-color css

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

 span { border-color: rgb(92,16,13); }

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