Html Css Color HEX #481017 Rustic Red

📋 copy color: '#481017'

red 72 ◦ green 16 ◦ blue 23

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

Shades of Rustic Red #481017

Tints of Rustic Red #481017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 20.72%

R = 64.86%
G = 14.41%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.68

 K value IS 0.72

RGB Variations

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

Color information

#481017 (or 0x481017) is known color: Rustic Red. HEX triplet: 48, 10 and 17. RGB value is (72,16,23). Sum of RGB (Red+Green+Blue) = 72+16+23=111 (14% of max value = 765). Red value is 72 (28.52% from 255 or 64.86% from 111); Green value is 16 (6.64% from 255 or 14.41% from 111); Blue value is 23 (9.38% from 255 or 20.72% from 111); Max value from RGB is 72 - color contains mainly: red. Hex color #481017 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481017 is #B7EFE8. Grayscale: #212121. Windows color (decimal): -12054505 or 1511496. OLE color: 1511496.

HSL color Cylindrical-coordinate representation of color #481017: hue angle of 352.5º 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 #481017 is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 16 23 -
CMYK 0 0.78 0.68 0.72
HSL 352.5º 0.64% 0.17% -
HSV(B) 352.5º 0.78% 0.28% -
XYZ 3.01 1.81 1 -
YUV 33.54 122.05 155.43 -
System Red Green Blue C M Y K H S L
Decimal 72 16 23 0 0.78 0.68 0.72 352.5 0.64 0.17
Hex 48 10 17 0 4E 44 48 160 40 11
Octal 110 20 27 0 116 104 110 540 100 21
Binary 1001000 10000 10111 0 1001110 1000100 1001000 101100000 1000000 10001

Color Harmonies of #481017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481017

Black with #481017

Text Example


Text Example

White with #481017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481017; }

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

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

background-color css

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

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

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

border-color css

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

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

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