Html Css Color HEX #30171A Rustic Red

📋 copy color: '#30171A'

red 48 ◦ green 23 ◦ blue 26

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

Shades of Rustic Red #30171A

Tints of Rustic Red #30171A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 23.71%

 BLUE value IS 26 (10.55% from 255) = 26.8%

R = 49.48%
G = 23.71%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.46

 K value IS 0.81

RGB Variations

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

Color information

#30171A (or 0x30171A) is known color: Rustic Red. HEX triplet: 30, 17 and 1A. RGB value is (48,23,26). Sum of RGB (Red+Green+Blue) = 48+23+26=97 (12% of max value = 765). Red value is 48 (19.14% from 255 or 49.48% from 97); Green value is 23 (9.38% from 255 or 23.71% from 97); Blue value is 26 (10.55% from 255 or 26.80% from 97); Max value from RGB is 48 - color contains mainly: red. Hex color #30171A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30171A is #CFE8E5. Grayscale: #1E1E1E. Windows color (decimal): -13625574 or 1709872. OLE color: 1709872.

HSL color Cylindrical-coordinate representation of color #30171A: hue angle of 352.8º degrees, saturation: 0.35, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #30171A is Cyan = 0, Magento = 0.52, Yellow = 0.46 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 23 26 -
CMYK 0 0.52 0.46 0.81
HSL 352.8º 0.35% 0.14% -
HSV(B) 352.8º 0.52% 0.19% -
XYZ 1.71 1.32 1.14 -
YUV 30.82 125.28 140.26 -
System Red Green Blue C M Y K H S L
Decimal 48 23 26 0 0.52 0.46 0.81 352.8 0.35 0.14
Hex 30 17 1A 0 34 2E 51 161 23 E
Octal 60 27 32 0 64 56 121 541 43 16
Binary 110000 10111 11010 0 110100 101110 1010001 101100001 100011 1110

Color Harmonies of #30171A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30171A

Black with #30171A

Text Example


Text Example

White with #30171A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30171A; }

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

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

background-color css

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

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

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

border-color css

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

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

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