Html Css Color HEX #301217 Rustic Red

📋 copy color: '#301217'

red 48 ◦ green 18 ◦ blue 23

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

Shades of Rustic Red #301217

Tints of Rustic Red #301217

RGB

 RED value IS 48 (19.14% from 255) = 53.93%

 GREEN value IS 18 (7.42% from 255) = 20.22%

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

R = 53.93%
G = 20.22%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.52

 K value IS 0.81

RGB Variations

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

Color information

#301217 (or 0x301217) is known color: Rustic Red. HEX triplet: 30, 12 and 17. RGB value is (48,18,23). Sum of RGB (Red+Green+Blue) = 48+18+23=89 (11% of max value = 765). Red value is 48 (19.14% from 255 or 53.93% from 89); Green value is 18 (7.42% from 255 or 20.22% from 89); Blue value is 23 (9.38% from 255 or 25.84% from 89); Max value from RGB is 48 - color contains mainly: red. Hex color #301217 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301217 is #CFEDE8. Grayscale: #1B1B1B. Windows color (decimal): -13626857 or 1511984. OLE color: 1511984.

HSL color Cylindrical-coordinate representation of color #301217: hue angle of 350º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #301217 is Cyan = 0, Magento = 0.63, Yellow = 0.52 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 18 23 -
CMYK 0 0.63 0.52 0.81
HSL 350º 0.45% 0.13% -
HSV(B) 350º 0.63% 0.19% -
XYZ 1.59 1.12 0.94 -
YUV 27.54 125.44 142.59 -
System Red Green Blue C M Y K H S L
Decimal 48 18 23 0 0.63 0.52 0.81 350 0.45 0.13
Hex 30 12 17 0 3F 34 51 15E 2D D
Octal 60 22 27 0 77 64 121 536 55 15
Binary 110000 10010 10111 0 111111 110100 1010001 101011110 101101 1101

Color Harmonies of #301217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301217

Black with #301217

Text Example


Text Example

White with #301217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301217; }

 p { color: rgb(48,18,23); }

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

background-color css

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

 a { background-color: rgb(48,18,23); }

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

border-color css

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

 span { border-color: rgb(48,18,23); }

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