Html Css Color HEX #481B1C Rustic Red

📋 copy color: '#481B1C'

red 72 ◦ green 27 ◦ blue 28

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

Shades of Rustic Red #481B1C

Tints of Rustic Red #481B1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 22.05%

R = 56.69%
G = 21.26%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.61

 K value IS 0.72

RGB Variations

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

Color information

#481B1C (or 0x481B1C) is known color: Rustic Red. HEX triplet: 48, 1B and 1C. RGB value is (72,27,28). Sum of RGB (Red+Green+Blue) = 72+27+28=127 (16% of max value = 765). Red value is 72 (28.52% from 255 or 56.69% from 127); Green value is 27 (10.94% from 255 or 21.26% from 127); Blue value is 28 (11.33% from 255 or 22.05% from 127); Max value from RGB is 72 - color contains mainly: red. Hex color #481B1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481B1C is #B7E4E3. Grayscale: #282828. Windows color (decimal): -12051684 or 1841992. OLE color: 1841992.

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

Color convert

RGB 72 27 28 -
CMYK 0 0.62 0.61 0.72
HSL 358.67º 0.45% 0.19% -
HSV(B) 358.67º 0.63% 0.28% -
XYZ 3.27 2.25 1.36 -
YUV 40.57 120.91 150.42 -
System Red Green Blue C M Y K H S L
Decimal 72 27 28 0 0.62 0.61 0.72 358.67 0.45 0.19
Hex 48 1B 1C 0 3E 3D 48 167 2D 13
Octal 110 33 34 0 76 75 110 547 55 23
Binary 1001000 11011 11100 0 111110 111101 1001000 101100111 101101 10011

Color Harmonies of #481B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481B1C

Black with #481B1C

Text Example


Text Example

White with #481B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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