#4B1C1A

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

Shades of Red Oxide #4B1C1A

Tints of Red Oxide #4B1C1A

Color information

#4B1C1A (or 0x4B1C1A) is unknown color: approx Red Oxide. HEX triplet: 4B, 1C and 1A. RGB value is (75,28,26). Sum of RGB (Red+Green+Blue) = 75+28+26=129 (17% of max value = 765). Red value is 75 (29.69% from 255 or 58.14% from 129); Green value is 28 (11.33% from 255 or 21.71% from 129); Blue value is 26 (10.55% from 255 or 20.16% from 129); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1C1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B1C1A is #B4E3E5. Grayscale: #292929. Windows color (decimal): -11854822 or 1711179. OLE color: 1711179.

HSL color Cylindrical-coordinate representation of color #4B1C1A: hue angle of 2.45º degrees, saturation: 0.49, 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 #4B1C1A is Cyan = 0, Magento = 0.63, Yellow = 0.65 and Black (K on CMYK) = 0.71.

Color convert

RGB752826-
CMYK00.630.650.71
HSL2.45º48.51%19.8%-
HSV(B)2.45º65.33%29.41%-
XYZ3.52.41.26-
YUV41.82119.07151.66-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 58.14%
GREEN value IS 28 (11.33% from 255) = 21.71%
BLUE value IS 26 (10.55% from 255) = 20.16%
R=58.14%
G=21.71%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.65
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75282600.630.650.712.4548.5119.8
Hex4B1C1A03F414723114
Octal113343207710110726124
Binary100101111100110100111111100000110001111011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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