Html Css Color HEX #5C1D12 Red Oxide

📋 copy color: '#5C1D12'

red 92 ◦ green 29 ◦ blue 18

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

Shades of Red Oxide #5C1D12

Tints of Red Oxide #5C1D12

RGB

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

 GREEN value IS 29 (11.72% from 255) = 20.86%

 BLUE value IS 18 (7.42% from 255) = 12.95%

R = 66.19%
G = 20.86%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.80

 K value IS 0.64

RGB Variations

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

Color information

#5C1D12 (or 0x5C1D12) is known color: Red Oxide. HEX triplet: 5C, 1D and 12. RGB value is (92,29,18). Sum of RGB (Red+Green+Blue) = 92+29+18=139 (18% of max value = 765). Red value is 92 (36.33% from 255 or 66.19% from 139); Green value is 29 (11.72% from 255 or 20.86% from 139); Blue value is 18 (7.42% from 255 or 12.95% from 139); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1D12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5C1D12 is #A3E2ED. Grayscale: #2E2E2E. Windows color (decimal): -10740462 or 1187164. OLE color: 1187164.

HSL color Cylindrical-coordinate representation of color #5C1D12: hue angle of 8.92º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5C1D12 is Cyan = 0, Magento = 0.68, Yellow = 0.80 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 29 18 -
CMYK 0 0.68 0.80 0.64
HSL 8.92º 0.67% 0.22% -
HSV(B) 8.92º 0.8% 0.36% -
XYZ 4.96 3.2 0.93 -
YUV 46.58 111.87 160.39 -
System Red Green Blue C M Y K H S L
Decimal 92 29 18 0 0.68 0.80 0.64 8.92 0.67 0.22
Hex 5C 1D 12 0 44 50 40 9 43 16
Octal 134 35 22 0 104 120 100 11 103 26
Binary 1011100 11101 10010 0 1000100 1010000 1000000 1001 1000011 10110

Color Harmonies of #5C1D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C1D12

Black with #5C1D12

Text Example


Text Example

White with #5C1D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,29,18); }

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

background-color css

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

 a { background-color: rgb(92,29,18); }

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

border-color css

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

 span { border-color: rgb(92,29,18); }

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