Html Css Color HEX #481A18 Red Oxide

📋 copy color: '#481A18'

red 72 ◦ green 26 ◦ blue 24

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

Shades of Red Oxide #481A18

Tints of Red Oxide #481A18

RGB

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

 GREEN value IS 26 (10.55% from 255) = 21.31%

 BLUE value IS 24 (9.77% from 255) = 19.67%

R = 59.02%
G = 21.31%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.67

 K value IS 0.72

RGB Variations

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

Color information

#481A18 (or 0x481A18) is known color: Red Oxide. HEX triplet: 48, 1A and 18. RGB value is (72,26,24). Sum of RGB (Red+Green+Blue) = 72+26+24=122 (16% of max value = 765). Red value is 72 (28.52% from 255 or 59.02% from 122); Green value is 26 (10.55% from 255 or 21.31% from 122); Blue value is 24 (9.77% from 255 or 19.67% from 122); Max value from RGB is 72 - color contains mainly: red. Hex color #481A18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481A18 is #B7E5E7. Grayscale: #272727. Windows color (decimal): -12051944 or 1579592. OLE color: 1579592.

HSL color Cylindrical-coordinate representation of color #481A18: hue angle of 2.5º degrees, saturation: 0.5, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #481A18 is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 26 24 -
CMYK 0 0.64 0.67 0.72
HSL 2.5º 0.5% 0.19% -
HSV(B) 2.5º 0.67% 0.28% -
XYZ 3.21 2.18 1.12 -
YUV 39.53 119.24 151.16 -
System Red Green Blue C M Y K H S L
Decimal 72 26 24 0 0.64 0.67 0.72 2.5 0.5 0.19
Hex 48 1A 18 0 40 43 48 2 32 13
Octal 110 32 30 0 100 103 110 2 62 23
Binary 1001000 11010 11000 0 1000000 1000011 1001000 10 110010 10011

Color Harmonies of #481A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481A18

Black with #481A18

Text Example


Text Example

White with #481A18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,26,24); }

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

background-color css

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

 a { background-color: rgb(72,26,24); }

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

border-color css

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

 span { border-color: rgb(72,26,24); }

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