Html Css Color HEX #481A1B Rustic Red

📋 copy color: '#481A1B'

red 72 ◦ green 26 ◦ blue 27

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

Shades of Rustic Red #481A1B

Tints of Rustic Red #481A1B

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.62

 K value IS 0.72

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #481A1B: hue angle of 358.7º 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 #481A1B is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 26 27 -
CMYK 0 0.64 0.62 0.72
HSL 358.7º 0.47% 0.19% -
HSV(B) 358.7º 0.64% 0.28% -
XYZ 3.24 2.2 1.29 -
YUV 39.87 120.74 150.92 -
System Red Green Blue C M Y K H S L
Decimal 72 26 27 0 0.64 0.62 0.72 358.7 0.47 0.19
Hex 48 1A 1B 0 40 3E 48 167 2F 13
Octal 110 32 33 0 100 76 110 547 57 23
Binary 1001000 11010 11011 0 1000000 111110 1001000 101100111 101111 10011

Color Harmonies of #481A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481A1B

Black with #481A1B

Text Example


Text Example

White with #481A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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