Html Css Color HEX #5D0C04 Red Oxide

📋 copy color: '#5D0C04'

red 93 ◦ green 12 ◦ blue 4

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

Shades of Red Oxide #5D0C04

Tints of Red Oxide #5D0C04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.67%

R = 85.32%
G = 11.01%
B = 3.67%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.96

 K value IS 0.64

RGB Variations

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

Color information

#5D0C04 (or 0x5D0C04) is known color: Red Oxide. HEX triplet: 5D, 0C and 04. RGB value is (93,12,4). Sum of RGB (Red+Green+Blue) = 93+12+4=109 (14% of max value = 765). Red value is 93 (36.72% from 255 or 85.32% from 109); Green value is 12 (5.08% from 255 or 11.01% from 109); Blue value is 4 (1.95% from 255 or 3.67% from 109); Max value from RGB is 93 - color contains mainly: red. Hex color #5D0C04 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5D0C04 is #A2F3FB. Grayscale: #232323. Windows color (decimal): -10679292 or 265309. OLE color: 265309.

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

Color convert

RGB 93 12 4 -
CMYK 0 0.87 0.96 0.64
HSL 5.39º 0.92% 0.19% -
HSV(B) 5.39º 0.96% 0.36% -
XYZ 4.67 2.6 0.37 -
YUV 35.31 110.34 169.15 -
System Red Green Blue C M Y K H S L
Decimal 93 12 4 0 0.87 0.96 0.64 5.39 0.92 0.19
Hex 5D C 4 0 57 60 40 5 5C 13
Octal 135 14 4 0 127 140 100 5 134 23
Binary 1011101 1100 100 0 1010111 1100000 1000000 101 1011100 10011

Color Harmonies of #5D0C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D0C04

Black with #5D0C04

Text Example


Text Example

White with #5D0C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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