Html Css Color HEX #5C0906 Red Oxide

📋 copy color: '#5C0906'

red 92 ◦ green 9 ◦ blue 6

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

Shades of Red Oxide #5C0906

Tints of Red Oxide #5C0906

RGB

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

 GREEN value IS 9 (3.91% from 255) = 8.41%

 BLUE value IS 6 (2.73% from 255) = 5.61%

R = 85.98%
G = 8.41%
B = 5.61%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.93

 K value IS 0.64

RGB Variations

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

Color information

#5C0906 (or 0x5C0906) is known color: Red Oxide. HEX triplet: 5C, 09 and 06. RGB value is (92,9,6). Sum of RGB (Red+Green+Blue) = 92+9+6=107 (14% of max value = 765). Red value is 92 (36.33% from 255 or 85.98% from 107); Green value is 9 (3.91% from 255 or 8.41% from 107); Blue value is 6 (2.73% from 255 or 5.61% from 107); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0906 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5C0906 is #A3F6F9. Grayscale: #212121. Windows color (decimal): -10745594 or 395612. OLE color: 395612.

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

Color convert

RGB 92 9 6 -
CMYK 0 0.90 0.93 0.64
HSL 2.09º 0.88% 0.19% -
HSV(B) 2.09º 0.93% 0.36% -
XYZ 4.54 2.48 0.41 -
YUV 33.48 112.5 169.74 -
System Red Green Blue C M Y K H S L
Decimal 92 9 6 0 0.90 0.93 0.64 2.09 0.88 0.19
Hex 5C 9 6 0 5A 5D 40 2 58 13
Octal 134 11 6 0 132 135 100 2 130 23
Binary 1011100 1001 110 0 1011010 1011101 1000000 10 1011000 10011

Color Harmonies of #5C0906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C0906

Black with #5C0906

Text Example


Text Example

White with #5C0906

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,9,6); }

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

background-color css

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

 a { background-color: rgb(92,9,6); }

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

border-color css

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

 span { border-color: rgb(92,9,6); }

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