#4D100C

Color #4D100C Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #4D100C

Tints of Red Oxide #4D100C

Color information

#4D100C (or 0x4D100C) is unknown color: approx Red Oxide. HEX triplet: 4D, 10 and 0C. RGB value is (77,16,12). Sum of RGB (Red+Green+Blue) = 77+16+12=105 (13% of max value = 765). Red value is 77 (30.47% from 255 or 73.33% from 105); Green value is 16 (6.64% from 255 or 15.24% from 105); Blue value is 12 (5.08% from 255 or 11.43% from 105); Max value from RGB is 77 - color contains mainly: red. Hex color #4D100C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D100C is #B2EFF3. Grayscale: #212121. Windows color (decimal): -11726836 or 790605. OLE color: 790605.

HSL color Cylindrical-coordinate representation of color #4D100C: hue angle of 3.69º degrees, saturation: 0.73, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4D100C is Cyan = 0, Magento = 0.79, Yellow = 0.84 and Black (K on CMYK) = 0.70.

Color convert

RGB771612-
CMYK00.790.840.70
HSL3.69º73.03%17.45%-
HSV(B)3.69º84.42%30.2%-
XYZ3.311.970.55-
YUV33.78115.71158.83-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 73.33%
GREEN value IS 16 (6.64% from 255) = 15.24%
BLUE value IS 12 (5.08% from 255) = 11.43%
R=73.33%
G=15.24%
B=11.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.84
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77161200.790.840.703.6973.0317.45
Hex4D10C04F544644911
Octal11520140117124106411121
Binary10011011000011000100111110101001000110100100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D100C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4D100C; }

 p { color: rgb(77,16,12); }

 H1.HeaderClassName
 {
   color: #4D100C;
 }
 .AnyTagClassName
 {
   color: #4D100C;
 }
</style>
background-color css

<style>
 a { background-color: #4D100C; }

 a { background-color: rgb(77,16,12); }

 div.DivClassName
 {
   background-color: #4D100C;
 }
 .BgClassName
 {
   background-color: #4D100C;
 }
</style>
border-color css

<style>
 span { border-color: #4D100C; }

 span { border-color: rgb(77,16,12); }

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