Html Css Color HEX #5D0C05 Red Oxide

📋 copy color: '#5D0C05'

red 93 ◦ green 12 ◦ blue 5

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

Shades of Red Oxide #5D0C05

Tints of Red Oxide #5D0C05

RGB

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

 GREEN value IS 12 (5.08% from 255) = 10.91%

 BLUE value IS 5 (2.34% from 255) = 4.55%

R = 84.55%
G = 10.91%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.95

 K value IS 0.64

RGB Variations

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

Color information

#5D0C05 (or 0x5D0C05) is known color: Red Oxide. HEX triplet: 5D, 0C and 05. RGB value is (93,12,5). Sum of RGB (Red+Green+Blue) = 93+12+5=110 (14% of max value = 765). Red value is 93 (36.72% from 255 or 84.55% from 110); Green value is 12 (5.08% from 255 or 10.91% from 110); Blue value is 5 (2.34% from 255 or 4.55% from 110); Max value from RGB is 93 - color contains mainly: red. Hex color #5D0C05 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5D0C05 is #A2F3FA. Grayscale: #232323. Windows color (decimal): -10679291 or 330845. OLE color: 330845.

HSL color Cylindrical-coordinate representation of color #5D0C05: hue angle of 4.77º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5D0C05 is Cyan = 0, Magento = 0.87, Yellow = 0.95 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 12 5 -
CMYK 0 0.87 0.95 0.64
HSL 4.77º 0.9% 0.19% -
HSV(B) 4.77º 0.95% 0.36% -
XYZ 4.67 2.6 0.4 -
YUV 35.42 110.84 169.07 -
System Red Green Blue C M Y K H S L
Decimal 93 12 5 0 0.87 0.95 0.64 4.77 0.9 0.19
Hex 5D C 5 0 57 5F 40 5 5A 13
Octal 135 14 5 0 127 137 100 5 132 23
Binary 1011101 1100 101 0 1010111 1011111 1000000 101 1011010 10011

Color Harmonies of #5D0C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D0C05

Black with #5D0C05

Text Example


Text Example

White with #5D0C05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,12,5); }

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

background-color css

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

 a { background-color: rgb(93,12,5); }

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

border-color css

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

 span { border-color: rgb(93,12,5); }

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