Html Css Color HEX #301518 Rustic Red

📋 copy color: '#301518'

red 48 ◦ green 21 ◦ blue 24

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

Shades of Rustic Red #301518

Tints of Rustic Red #301518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 25.81%

R = 51.61%
G = 22.58%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.5

 K value IS 0.81

RGB Variations

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

Color information

#301518 (or 0x301518) is known color: Rustic Red. HEX triplet: 30, 15 and 18. RGB value is (48,21,24). Sum of RGB (Red+Green+Blue) = 48+21+24=93 (12% of max value = 765). Red value is 48 (19.14% from 255 or 51.61% from 93); Green value is 21 (8.59% from 255 or 22.58% from 93); Blue value is 24 (9.77% from 255 or 25.81% from 93); Max value from RGB is 48 - color contains mainly: red. Hex color #301518 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301518 is #CFEAE7. Grayscale: #1D1D1D. Windows color (decimal): -13626088 or 1578288. OLE color: 1578288.

HSL color Cylindrical-coordinate representation of color #301518: hue angle of 353.33º 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 #301518 is Cyan = 0, Magento = 0.56, Yellow = 0.5 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 21 24 -
CMYK 0 0.56 0.5 0.81
HSL 353.33º 0.39% 0.14% -
HSV(B) 353.33º 0.56% 0.19% -
XYZ 1.65 1.23 1.01 -
YUV 29.42 124.95 141.26 -
System Red Green Blue C M Y K H S L
Decimal 48 21 24 0 0.56 0.5 0.81 353.33 0.39 0.14
Hex 30 15 18 0 38 32 51 161 27 E
Octal 60 25 30 0 70 62 121 541 47 16
Binary 110000 10101 11000 0 111000 110010 1010001 101100001 100111 1110

Color Harmonies of #301518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301518

Black with #301518

Text Example


Text Example

White with #301518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301518; }

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

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

background-color css

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

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

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

border-color css

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

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

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