Html Css Color HEX #301015 Rustic Red

📋 copy color: '#301015'

red 48 ◦ green 16 ◦ blue 21

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

Shades of Rustic Red #301015

Tints of Rustic Red #301015

RGB

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

 GREEN value IS 16 (6.64% from 255) = 18.82%

 BLUE value IS 21 (8.59% from 255) = 24.71%

R = 56.47%
G = 18.82%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.56

 K value IS 0.81

RGB Variations

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

Color information

#301015 (or 0x301015) is known color: Rustic Red. HEX triplet: 30, 10 and 15. RGB value is (48,16,21). Sum of RGB (Red+Green+Blue) = 48+16+21=85 (11% of max value = 765). Red value is 48 (19.14% from 255 or 56.47% from 85); Green value is 16 (6.64% from 255 or 18.82% from 85); Blue value is 21 (8.59% from 255 or 24.71% from 85); Max value from RGB is 48 - color contains mainly: red. Hex color #301015 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301015 is #CFEFEA. Grayscale: #1A1A1A. Windows color (decimal): -13627371 or 1380400. OLE color: 1380400.

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

Color convert

RGB 48 16 21 -
CMYK 0 0.67 0.56 0.81
HSL 350.63º 0.5% 0.13% -
HSV(B) 350.63º 0.67% 0.19% -
XYZ 1.54 1.05 0.83 -
YUV 26.14 125.1 143.59 -
System Red Green Blue C M Y K H S L
Decimal 48 16 21 0 0.67 0.56 0.81 350.63 0.5 0.13
Hex 30 10 15 0 43 38 51 15F 32 D
Octal 60 20 25 0 103 70 121 537 62 15
Binary 110000 10000 10101 0 1000011 111000 1010001 101011111 110010 1101

Color Harmonies of #301015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301015

Black with #301015

Text Example


Text Example

White with #301015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301015; }

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

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

background-color css

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

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

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

border-color css

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

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

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