#4A1C1A

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

Shades of Red Oxide #4A1C1A

Tints of Red Oxide #4A1C1A

Color information

#4A1C1A (or 0x4A1C1A) is unknown color: approx Red Oxide. HEX triplet: 4A, 1C and 1A. RGB value is (74,28,26). Sum of RGB (Red+Green+Blue) = 74+28+26=128 (16% of max value = 765). Red value is 74 (29.30% from 255 or 57.81% from 128); Green value is 28 (11.33% from 255 or 21.88% from 128); Blue value is 26 (10.55% from 255 or 20.31% from 128); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1C1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A1C1A is #B5E3E5. Grayscale: #292929. Windows color (decimal): -11920358 or 1711178. OLE color: 1711178.

HSL color Cylindrical-coordinate representation of color #4A1C1A: hue angle of 2.5º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4A1C1A is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.71.

Color convert

RGB742826-
CMYK00.620.650.71
HSL2.5º48%19.61%-
HSV(B)2.5º64.86%29.02%-
XYZ3.432.361.25-
YUV41.53119.24151.16-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 57.81%
GREEN value IS 28 (11.33% from 255) = 21.88%
BLUE value IS 26 (10.55% from 255) = 20.31%
R=57.81%
G=21.88%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.65
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74282600.620.650.712.54819.61
Hex4A1C1A03E414733014
Octal112343207610110736024
Binary100101011100110100111110100000110001111111000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A1C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,28,26); }

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

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

 a { background-color: rgb(74,28,26); }

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

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

 span { border-color: rgb(74,28,26); }

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