Html Css Color HEX #4C1815 Red Oxide

📋 copy color: '#4C1815'

red 76 ◦ green 24 ◦ blue 21

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

Shades of Red Oxide #4C1815

Tints of Red Oxide #4C1815

RGB

 RED value IS 76 (30.08% from 255) = 62.81%

 GREEN value IS 24 (9.77% from 255) = 19.83%

 BLUE value IS 21 (8.59% from 255) = 17.36%

R = 62.81%
G = 19.83%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.72

 K value IS 0.70

RGB Variations

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

Color information

#4C1815 (or 0x4C1815) is known color: Red Oxide. HEX triplet: 4C, 18 and 15. RGB value is (76,24,21). Sum of RGB (Red+Green+Blue) = 76+24+21=121 (16% of max value = 765). Red value is 76 (30.08% from 255 or 62.81% from 121); Green value is 24 (9.77% from 255 or 19.83% from 121); Blue value is 21 (8.59% from 255 or 17.36% from 121); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1815 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4C1815 is #B3E7EA. Grayscale: #272727. Windows color (decimal): -11790315 or 1382476. OLE color: 1382476.

HSL color Cylindrical-coordinate representation of color #4C1815: hue angle of 3.27º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4C1815 is Cyan = 0, Magento = 0.68, Yellow = 0.72 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 24 21 -
CMYK 0 0.68 0.72 0.70
HSL 3.27º 0.57% 0.19% -
HSV(B) 3.27º 0.72% 0.3% -
XYZ 3.44 2.24 0.96 -
YUV 39.21 117.73 154.24 -
System Red Green Blue C M Y K H S L
Decimal 76 24 21 0 0.68 0.72 0.70 3.27 0.57 0.19
Hex 4C 18 15 0 44 48 46 3 39 13
Octal 114 30 25 0 104 110 106 3 71 23
Binary 1001100 11000 10101 0 1000100 1001000 1000110 11 111001 10011

Color Harmonies of #4C1815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C1815

Black with #4C1815

Text Example


Text Example

White with #4C1815

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,24,21); }

 H1.HeaderClassName
 {
   color: #4C1815;
 }
 .AnyTagClassName
 {
   color: #4C1815;
 }
</style>

background-color css

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

 a { background-color: rgb(76,24,21); }

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

border-color css

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

 span { border-color: rgb(76,24,21); }

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