Html Css Color HEX #481B1A Red Oxide

📋 copy color: '#481B1A'

red 72 ◦ green 27 ◦ blue 26

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

Shades of Red Oxide #481B1A

Tints of Red Oxide #481B1A

RGB

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

 GREEN value IS 27 (10.94% from 255) = 21.6%

 BLUE value IS 26 (10.55% from 255) = 20.8%

R = 57.6%
G = 21.6%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.64

 K value IS 0.72

RGB Variations

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

Color information

#481B1A (or 0x481B1A) is known color: Red Oxide. HEX triplet: 48, 1B and 1A. RGB value is (72,27,26). Sum of RGB (Red+Green+Blue) = 72+27+26=125 (16% of max value = 765). Red value is 72 (28.52% from 255 or 57.6% from 125); Green value is 27 (10.94% from 255 or 21.6% from 125); Blue value is 26 (10.55% from 255 or 20.8% from 125); Max value from RGB is 72 - color contains mainly: red. Hex color #481B1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481B1A is #B7E4E5. Grayscale: #282828. Windows color (decimal): -12051686 or 1710920. OLE color: 1710920.

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

Color convert

RGB 72 27 26 -
CMYK 0 0.62 0.64 0.72
HSL 1.3º 0.47% 0.19% -
HSV(B) 1.3º 0.64% 0.28% -
XYZ 3.25 2.24 1.24 -
YUV 40.34 119.91 150.58 -
System Red Green Blue C M Y K H S L
Decimal 72 27 26 0 0.62 0.64 0.72 1.3 0.47 0.19
Hex 48 1B 1A 0 3E 40 48 1 2F 13
Octal 110 33 32 0 76 100 110 1 57 23
Binary 1001000 11011 11010 0 111110 1000000 1001000 1 101111 10011

Color Harmonies of #481B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481B1A

Black with #481B1A

Text Example


Text Example

White with #481B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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