Html Css Color HEX #4A1D1C Red Oxide

📋 copy color: '#4A1D1C'

red 74 ◦ green 29 ◦ blue 28

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

Shades of Red Oxide #4A1D1C

Tints of Red Oxide #4A1D1C

RGB

 RED value IS 74 (29.3% from 255) = 56.49%

 GREEN value IS 29 (11.72% from 255) = 22.14%

 BLUE value IS 28 (11.33% from 255) = 21.37%

R = 56.49%
G = 22.14%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.62

 K value IS 0.71

RGB Variations

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

Color information

#4A1D1C (or 0x4A1D1C) is known color: Red Oxide. HEX triplet: 4A, 1D and 1C. RGB value is (74,29,28). Sum of RGB (Red+Green+Blue) = 74+29+28=131 (17% of max value = 765). Red value is 74 (29.30% from 255 or 56.49% from 131); Green value is 29 (11.72% from 255 or 22.14% from 131); Blue value is 28 (11.33% from 255 or 21.37% from 131); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1D1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A1D1C is #B5E2E3. Grayscale: #2A2A2A. Windows color (decimal): -11920100 or 1842506. OLE color: 1842506.

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

Color convert

RGB 74 29 28 -
CMYK 0 0.61 0.62 0.71
HSL 1.3º 0.45% 0.2% -
HSV(B) 1.3º 0.62% 0.29% -
XYZ 3.47 2.42 1.38 -
YUV 42.34 119.91 150.58 -
System Red Green Blue C M Y K H S L
Decimal 74 29 28 0 0.61 0.62 0.71 1.3 0.45 0.2
Hex 4A 1D 1C 0 3D 3E 47 1 2D 14
Octal 112 35 34 0 75 76 107 1 55 24
Binary 1001010 11101 11100 0 111101 111110 1000111 1 101101 10100

Color Harmonies of #4A1D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1D1C

Black with #4A1D1C

Text Example


Text Example

White with #4A1D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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