Html Css Color HEX #4A1919 Red Oxide

📋 copy color: '#4A1919'

red 74 ◦ green 25 ◦ blue 25

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

Shades of Red Oxide #4A1919

Tints of Red Oxide #4A1919

RGB

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

 GREEN value IS 25 (10.16% from 255) = 20.16%

 BLUE value IS 25 (10.16% from 255) = 20.16%

R = 59.68%
G = 20.16%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.66

 K value IS 0.71

RGB Variations

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

Color information

#4A1919 (or 0x4A1919) is known color: Red Oxide. HEX triplet: 4A, 19 and 19. RGB value is (74,25,25). Sum of RGB (Red+Green+Blue) = 74+25+25=124 (16% of max value = 765). Red value is 74 (29.30% from 255 or 59.68% from 124); Green value is 25 (10.16% from 255 or 20.16% from 124); Blue value is 25 (10.16% from 255 or 20.16% from 124); Max value from RGB is 74 - color contains mainly: red. Hex color #4A1919 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4A1919 is #B5E6E6. Grayscale: #272727. Windows color (decimal): -11921127 or 1644874. OLE color: 1644874.

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

Color convert

RGB 74 25 25 -
CMYK 0 0.66 0.66 0.71
HSL 0.49% 0.19% -
HSV(B) 0.66% 0.29% -
XYZ 3.35 2.22 1.17 -
YUV 39.65 119.73 152.5 -
System Red Green Blue C M Y K H S L
Decimal 74 25 25 0 0.66 0.66 0.71 0 0.49 0.19
Hex 4A 19 19 0 42 42 47 0 31 13
Octal 112 31 31 0 102 102 107 0 61 23
Binary 1001010 11001 11001 0 1000010 1000010 1000111 0 110001 10011

Color Harmonies of #4A1919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1919

Black with #4A1919

Text Example


Text Example

White with #4A1919

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,25,25); }

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

background-color css

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

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

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

border-color css

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

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

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