Html Css Color HEX #481E1D Red Oxide

📋 copy color: '#481E1D'

red 72 ◦ green 30 ◦ blue 29

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

Shades of Red Oxide #481E1D

Tints of Red Oxide #481E1D

RGB

 RED value IS 72 (28.52% from 255) = 54.96%

 GREEN value IS 30 (12.11% from 255) = 22.9%

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

R = 54.96%
G = 22.9%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.60

 K value IS 0.72

RGB Variations

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

Color information

#481E1D (or 0x481E1D) is known color: Red Oxide. HEX triplet: 48, 1E and 1D. RGB value is (72,30,29). Sum of RGB (Red+Green+Blue) = 72+30+29=131 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.96% from 131); Green value is 30 (12.11% from 255 or 22.90% from 131); Blue value is 29 (11.72% from 255 or 22.14% from 131); Max value from RGB is 72 - color contains mainly: red. Hex color #481E1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481E1D is #B7E1E2. Grayscale: #2A2A2A. Windows color (decimal): -12050915 or 1908296. OLE color: 1908296.

HSL color Cylindrical-coordinate representation of color #481E1D: hue angle of 1.4º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #481E1D is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 30 29 -
CMYK 0 0.58 0.60 0.72
HSL 1.4º 0.43% 0.2% -
HSV(B) 1.4º 0.6% 0.28% -
XYZ 3.36 2.39 1.45 -
YUV 42.44 120.41 149.08 -
System Red Green Blue C M Y K H S L
Decimal 72 30 29 0 0.58 0.60 0.72 1.4 0.43 0.2
Hex 48 1E 1D 0 3A 3C 48 1 2B 14
Octal 110 36 35 0 72 74 110 1 53 24
Binary 1001000 11110 11101 0 111010 111100 1001000 1 101011 10100

Color Harmonies of #481E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481E1D

Black with #481E1D

Text Example


Text Example

White with #481E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481E1D; }

 p { color: rgb(72,30,29); }

 H1.HeaderClassName
 {
   color: #481E1D;
 }
 .AnyTagClassName
 {
   color: #481E1D;
 }
</style>

background-color css

<style>
 a { background-color: #481E1D; }

 a { background-color: rgb(72,30,29); }

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

border-color css

<style>
 span { border-color: #481E1D; }

 span { border-color: rgb(72,30,29); }

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