Html Css Color HEX #481617 Rustic Red

📋 copy color: '#481617'

red 72 ◦ green 22 ◦ blue 23

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

Shades of Rustic Red #481617

Tints of Rustic Red #481617

RGB

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

 GREEN value IS 22 (8.98% from 255) = 18.8%

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

R = 61.54%
G = 18.8%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.68

 K value IS 0.72

RGB Variations

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

Color information

#481617 (or 0x481617) is known color: Rustic Red. HEX triplet: 48, 16 and 17. RGB value is (72,22,23). Sum of RGB (Red+Green+Blue) = 72+22+23=117 (15% of max value = 765). Red value is 72 (28.52% from 255 or 61.54% from 117); Green value is 22 (8.98% from 255 or 18.80% from 117); Blue value is 23 (9.38% from 255 or 19.66% from 117); Max value from RGB is 72 - color contains mainly: red. Hex color #481617 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481617 is #B7E9E8. Grayscale: #252525. Windows color (decimal): -12052969 or 1513032. OLE color: 1513032.

HSL color Cylindrical-coordinate representation of color #481617: hue angle of 358.8º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #481617 is Cyan = 0, Magento = 0.69, Yellow = 0.68 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 22 23 -
CMYK 0 0.69 0.68 0.72
HSL 358.8º 0.53% 0.18% -
HSV(B) 358.8º 0.69% 0.28% -
XYZ 3.11 2.01 1.04 -
YUV 37.06 120.07 152.92 -
System Red Green Blue C M Y K H S L
Decimal 72 22 23 0 0.69 0.68 0.72 358.8 0.53 0.18
Hex 48 16 17 0 45 44 48 167 35 12
Octal 110 26 27 0 105 104 110 547 65 22
Binary 1001000 10110 10111 0 1000101 1000100 1001000 101100111 110101 10010

Color Harmonies of #481617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481617

Black with #481617

Text Example


Text Example

White with #481617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481617; }

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

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

background-color css

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

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

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

border-color css

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

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

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