Html Css Color HEX #301C1F Rustic Red

📋 copy color: '#301C1F'

red 48 ◦ green 28 ◦ blue 31

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

Shades of Rustic Red #301C1F

Tints of Rustic Red #301C1F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 26.17%

 BLUE value IS 31 (12.5% from 255) = 28.97%

R = 44.86%
G = 26.17%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.35

 K value IS 0.81

RGB Variations

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

Color information

#301C1F (or 0x301C1F) is known color: Rustic Red. HEX triplet: 30, 1C and 1F. RGB value is (48,28,31). Sum of RGB (Red+Green+Blue) = 48+28+31=107 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.86% from 107); Green value is 28 (11.33% from 255 or 26.17% from 107); Blue value is 31 (12.5% from 255 or 28.97% from 107); Max value from RGB is 48 - color contains mainly: red. Hex color #301C1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301C1F is #CFE3E0. Grayscale: #222222. Windows color (decimal): -13624289 or 2038832. OLE color: 2038832.

HSL color Cylindrical-coordinate representation of color #301C1F: hue angle of 351º degrees, saturation: 0.26, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #301C1F is Cyan = 0, Magento = 0.42, Yellow = 0.35 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 28 31 -
CMYK 0 0.42 0.35 0.81
HSL 351º 0.26% 0.15% -
HSV(B) 351º 0.42% 0.19% -
XYZ 1.88 1.56 1.5 -
YUV 34.32 126.13 137.76 -
System Red Green Blue C M Y K H S L
Decimal 48 28 31 0 0.42 0.35 0.81 351 0.26 0.15
Hex 30 1C 1F 0 2A 23 51 15F 1A F
Octal 60 34 37 0 52 43 121 537 32 17
Binary 110000 11100 11111 0 101010 100011 1010001 101011111 11010 1111

Color Harmonies of #301C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301C1F

Black with #301C1F

Text Example


Text Example

White with #301C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301C1F; }

 p { color: rgb(48,28,31); }

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

background-color css

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

 a { background-color: rgb(48,28,31); }

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

border-color css

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

 span { border-color: rgb(48,28,31); }

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