Html Css Color HEX #30191D Rustic Red

📋 copy color: '#30191D'

red 48 ◦ green 25 ◦ blue 29

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

Shades of Rustic Red #30191D

Tints of Rustic Red #30191D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 24.51%

 BLUE value IS 29 (11.72% from 255) = 28.43%

R = 47.06%
G = 24.51%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.40

 K value IS 0.81

RGB Variations

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

Color information

#30191D (or 0x30191D) is known color: Rustic Red. HEX triplet: 30, 19 and 1D. RGB value is (48,25,29). Sum of RGB (Red+Green+Blue) = 48+25+29=102 (13% of max value = 765). Red value is 48 (19.14% from 255 or 47.06% from 102); Green value is 25 (10.16% from 255 or 24.51% from 102); Blue value is 29 (11.72% from 255 or 28.43% from 102); Max value from RGB is 48 - color contains mainly: red. Hex color #30191D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30191D is #CFE6E2. Grayscale: #202020. Windows color (decimal): -13625059 or 1906992. OLE color: 1906992.

HSL color Cylindrical-coordinate representation of color #30191D: hue angle of 349.57º degrees, saturation: 0.32, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #30191D is Cyan = 0, Magento = 0.48, Yellow = 0.40 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 25 29 -
CMYK 0 0.48 0.40 0.81
HSL 349.57º 0.32% 0.14% -
HSV(B) 349.57º 0.48% 0.19% -
XYZ 1.79 1.41 1.34 -
YUV 32.33 126.12 139.17 -
System Red Green Blue C M Y K H S L
Decimal 48 25 29 0 0.48 0.40 0.81 349.57 0.32 0.14
Hex 30 19 1D 0 30 28 51 15E 20 E
Octal 60 31 35 0 60 50 121 536 40 16
Binary 110000 11001 11101 0 110000 101000 1010001 101011110 100000 1110

Color Harmonies of #30191D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30191D

Black with #30191D

Text Example


Text Example

White with #30191D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30191D; }

 p { color: rgb(48,25,29); }

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

background-color css

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

 a { background-color: rgb(48,25,29); }

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

border-color css

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

 span { border-color: rgb(48,25,29); }

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