Html Css Color HEX #5C0C05 Red Oxide

📋 copy color: '#5C0C05'

red 92 ◦ green 12 ◦ blue 5

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

Shades of Red Oxide #5C0C05

Tints of Red Oxide #5C0C05

RGB

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

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

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

R = 84.4%
G = 11.01%
B = 4.59%

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

#5C0C05 (or 0x5C0C05) is known color: Red Oxide. HEX triplet: 5C, 0C and 05. RGB value is (92,12,5). Sum of RGB (Red+Green+Blue) = 92+12+5=109 (14% of max value = 765). Red value is 92 (36.33% from 255 or 84.40% from 109); Green value is 12 (5.08% from 255 or 11.01% from 109); Blue value is 5 (2.34% from 255 or 4.59% from 109); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0C05 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5C0C05 is #A3F3FA. Grayscale: #232323. Windows color (decimal): -10744827 or 330844. OLE color: 330844.

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

Color convert

RGB 92 12 5 -
CMYK 0 0.87 0.95 0.64
HSL 4.83º 0.9% 0.19% -
HSV(B) 4.83º 0.95% 0.36% -
XYZ 4.57 2.55 0.39 -
YUV 35.12 111 168.57 -
System Red Green Blue C M Y K H S L
Decimal 92 12 5 0 0.87 0.95 0.64 4.83 0.9 0.19
Hex 5C C 5 0 57 5F 40 5 5A 13
Octal 134 14 5 0 127 137 100 5 132 23
Binary 1011100 1100 101 0 1010111 1011111 1000000 101 1011010 10011

Color Harmonies of #5C0C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C0C05

Black with #5C0C05

Text Example


Text Example

White with #5C0C05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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