Html Css Color HEX #5D100B Red Oxide

📋 copy color: '#5D100B'

red 93 ◦ green 16 ◦ blue 11

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

Shades of Red Oxide #5D100B

Tints of Red Oxide #5D100B

RGB

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

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

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

R = 77.5%
G = 13.33%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.88

 K value IS 0.64

RGB Variations

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

Color information

#5D100B (or 0x5D100B) is known color: Red Oxide. HEX triplet: 5D, 10 and 0B. RGB value is (93,16,11). Sum of RGB (Red+Green+Blue) = 93+16+11=120 (15% of max value = 765). Red value is 93 (36.72% from 255 or 77.5% from 120); Green value is 16 (6.64% from 255 or 13.33% from 120); Blue value is 11 (4.69% from 255 or 9.17% from 120); Max value from RGB is 93 - color contains mainly: red. Hex color #5D100B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5D100B is #A2EFF4. Grayscale: #262626. Windows color (decimal): -10678261 or 725085. OLE color: 725085.

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

Color convert

RGB 93 16 11 -
CMYK 0 0.83 0.88 0.64
HSL 3.66º 0.79% 0.2% -
HSV(B) 3.66º 0.88% 0.36% -
XYZ 4.76 2.72 0.59 -
YUV 38.45 112.51 166.91 -
System Red Green Blue C M Y K H S L
Decimal 93 16 11 0 0.83 0.88 0.64 3.66 0.79 0.2
Hex 5D 10 B 0 53 58 40 4 4F 14
Octal 135 20 13 0 123 130 100 4 117 24
Binary 1011101 10000 1011 0 1010011 1011000 1000000 100 1001111 10100

Color Harmonies of #5D100B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D100B

Black with #5D100B

Text Example


Text Example

White with #5D100B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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