Html Css Color HEX #301517 Rustic Red

📋 copy color: '#301517'

red 48 ◦ green 21 ◦ blue 23

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

Shades of Rustic Red #301517

Tints of Rustic Red #301517

RGB

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

 GREEN value IS 21 (8.59% from 255) = 22.83%

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

R = 52.17%
G = 22.83%
B = 25%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.52

 K value IS 0.81

RGB Variations

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

Color information

#301517 (or 0x301517) is known color: Rustic Red. HEX triplet: 30, 15 and 17. RGB value is (48,21,23). Sum of RGB (Red+Green+Blue) = 48+21+23=92 (12% of max value = 765). Red value is 48 (19.14% from 255 or 52.17% from 92); Green value is 21 (8.59% from 255 or 22.83% from 92); Blue value is 23 (9.38% from 255 or 25% from 92); Max value from RGB is 48 - color contains mainly: red. Hex color #301517 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301517 is #CFEAE8. Grayscale: #1D1D1D. Windows color (decimal): -13626089 or 1512752. OLE color: 1512752.

HSL color Cylindrical-coordinate representation of color #301517: hue angle of 355.56º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #301517 is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 21 23 -
CMYK 0 0.56 0.52 0.81
HSL 355.56º 0.39% 0.14% -
HSV(B) 355.56º 0.56% 0.19% -
XYZ 1.64 1.23 0.96 -
YUV 29.3 124.45 141.34 -
System Red Green Blue C M Y K H S L
Decimal 48 21 23 0 0.56 0.52 0.81 355.56 0.39 0.14
Hex 30 15 17 0 38 34 51 164 27 E
Octal 60 25 27 0 70 64 121 544 47 16
Binary 110000 10101 10111 0 111000 110100 1010001 101100100 100111 1110

Color Harmonies of #301517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301517

Black with #301517

Text Example


Text Example

White with #301517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301517; }

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

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

background-color css

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

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

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

border-color css

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

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

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