Html Css Color HEX #301317 Rustic Red

📋 copy color: '#301317'

red 48 ◦ green 19 ◦ blue 23

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

Shades of Rustic Red #301317

Tints of Rustic Red #301317

RGB

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

 GREEN value IS 19 (7.81% from 255) = 21.11%

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

R = 53.33%
G = 21.11%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.52

 K value IS 0.81

RGB Variations

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

Color information

#301317 (or 0x301317) is known color: Rustic Red. HEX triplet: 30, 13 and 17. RGB value is (48,19,23). Sum of RGB (Red+Green+Blue) = 48+19+23=90 (11% of max value = 765). Red value is 48 (19.14% from 255 or 53.33% from 90); Green value is 19 (7.81% from 255 or 21.11% from 90); Blue value is 23 (9.38% from 255 or 25.56% from 90); Max value from RGB is 48 - color contains mainly: red. Hex color #301317 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301317 is #CFECE8. Grayscale: #1C1C1C. Windows color (decimal): -13626601 or 1512240. OLE color: 1512240.

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

Color convert

RGB 48 19 23 -
CMYK 0 0.60 0.52 0.81
HSL 351.72º 0.43% 0.13% -
HSV(B) 351.72º 0.6% 0.19% -
XYZ 1.61 1.16 0.95 -
YUV 28.13 125.11 142.17 -
System Red Green Blue C M Y K H S L
Decimal 48 19 23 0 0.60 0.52 0.81 351.72 0.43 0.13
Hex 30 13 17 0 3C 34 51 160 2B D
Octal 60 23 27 0 74 64 121 540 53 15
Binary 110000 10011 10111 0 111100 110100 1010001 101100000 101011 1101

Color Harmonies of #301317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301317

Black with #301317

Text Example


Text Example

White with #301317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301317; }

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

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

background-color css

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

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

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

border-color css

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

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

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