Html Css Color HEX #4D100C Red Oxide

📋 copy color: '#4D100C'

red 77 ◦ green 16 ◦ blue 12

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

Shades of Red Oxide #4D100C

Tints of Red Oxide #4D100C

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 value IS 0

 M value IS 0.79

 Y value IS 0.84

 K value IS 0.70

RGB Variations

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

Color information

#4D100C (or 0x4D100C) is known color: 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

RGB 77 16 12 -
CMYK 0 0.79 0.84 0.70
HSL 3.69º 0.73% 0.17% -
HSV(B) 3.69º 0.84% 0.3% -
XYZ 3.31 1.97 0.55 -
YUV 33.78 115.71 158.83 -
System Red Green Blue C M Y K H S L
Decimal 77 16 12 0 0.79 0.84 0.70 3.69 0.73 0.17
Hex 4D 10 C 0 4F 54 46 4 49 11
Octal 115 20 14 0 117 124 106 4 111 21
Binary 1001101 10000 1100 0 1001111 1010100 1000110 100 1001001 10001

Color Harmonies of #4D100C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D100C

Black with #4D100C

Text Example


Text Example

White with #4D100C

Text Example


Text Example

HTML Codes & Css Web 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>