Html Css Color HEX #481011 Rustic Red

📋 copy color: '#481011'

red 72 ◦ green 16 ◦ blue 17

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

Shades of Rustic Red #481011

Tints of Rustic Red #481011

RGB

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

 GREEN value IS 16 (6.64% from 255) = 15.24%

 BLUE value IS 17 (7.03% from 255) = 16.19%

R = 68.57%
G = 15.24%
B = 16.19%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.76

 K value IS 0.72

RGB Variations

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

Color information

#481011 (or 0x481011) is known color: Rustic Red. HEX triplet: 48, 10 and 11. RGB value is (72,16,17). Sum of RGB (Red+Green+Blue) = 72+16+17=105 (13% of max value = 765). Red value is 72 (28.52% from 255 or 68.57% from 105); Green value is 16 (6.64% from 255 or 15.24% from 105); Blue value is 17 (7.03% from 255 or 16.19% from 105); Max value from RGB is 72 - color contains mainly: red. Hex color #481011 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481011 is #B7EFEE. Grayscale: #202020. Windows color (decimal): -12054511 or 1118280. OLE color: 1118280.

HSL color Cylindrical-coordinate representation of color #481011: hue angle of 358.93º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #481011 is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 16 17 -
CMYK 0 0.78 0.76 0.72
HSL 358.93º 0.64% 0.17% -
HSV(B) 358.93º 0.78% 0.28% -
XYZ 2.96 1.79 0.72 -
YUV 32.86 119.05 155.92 -
System Red Green Blue C M Y K H S L
Decimal 72 16 17 0 0.78 0.76 0.72 358.93 0.64 0.17
Hex 48 10 11 0 4E 4C 48 167 40 11
Octal 110 20 21 0 116 114 110 547 100 21
Binary 1001000 10000 10001 0 1001110 1001100 1001000 101100111 1000000 10001

Color Harmonies of #481011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481011

Black with #481011

Text Example


Text Example

White with #481011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481011; }

 p { color: rgb(72,16,17); }

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

background-color css

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

 a { background-color: rgb(72,16,17); }

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

border-color css

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

 span { border-color: rgb(72,16,17); }

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