Html Css Color HEX #5C0C04 Red Oxide

📋 copy color: '#5C0C04'

red 92 ◦ green 12 ◦ blue 4

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

Shades of Red Oxide #5C0C04

Tints of Red Oxide #5C0C04

RGB

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

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

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

R = 85.19%
G = 11.11%
B = 3.7%

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

#5C0C04 (or 0x5C0C04) is known color: Red Oxide. HEX triplet: 5C, 0C and 04. RGB value is (92,12,4). Sum of RGB (Red+Green+Blue) = 92+12+4=108 (14% of max value = 765). Red value is 92 (36.33% from 255 or 85.19% from 108); Green value is 12 (5.08% from 255 or 11.11% from 108); Blue value is 4 (1.95% from 255 or 3.70% from 108); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0C04 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5C0C04 is #A3F3FB. Grayscale: #232323. Windows color (decimal): -10744828 or 265308. OLE color: 265308.

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

Color convert

RGB 92 12 4 -
CMYK 0 0.87 0.96 0.64
HSL 5.45º 0.92% 0.19% -
HSV(B) 5.45º 0.96% 0.36% -
XYZ 4.57 2.55 0.37 -
YUV 35.01 110.5 168.65 -
System Red Green Blue C M Y K H S L
Decimal 92 12 4 0 0.87 0.96 0.64 5.45 0.92 0.19
Hex 5C C 4 0 57 60 40 5 5C 13
Octal 134 14 4 0 127 140 100 5 134 23
Binary 1011100 1100 100 0 1010111 1100000 1000000 101 1011100 10011

Color Harmonies of #5C0C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C0C04

Black with #5C0C04

Text Example


Text Example

White with #5C0C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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