Html Css Color HEX #30111B Rustic Red

📋 copy color: '#30111B'

red 48 ◦ green 17 ◦ blue 27

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

Shades of Rustic Red #30111B

Tints of Rustic Red #30111B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 18.48%

 BLUE value IS 27 (10.94% from 255) = 29.35%

R = 52.17%
G = 18.48%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.44

 K value IS 0.81

RGB Variations

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

Color information

#30111B (or 0x30111B) is known color: Rustic Red. HEX triplet: 30, 11 and 1B. RGB value is (48,17,27). Sum of RGB (Red+Green+Blue) = 48+17+27=92 (12% of max value = 765). Red value is 48 (19.14% from 255 or 52.17% from 92); Green value is 17 (7.03% from 255 or 18.48% from 92); Blue value is 27 (10.94% from 255 or 29.35% from 92); Max value from RGB is 48 - color contains mainly: red. Hex color #30111B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30111B is #CFEEE4. Grayscale: #1B1B1B. Windows color (decimal): -13627109 or 1773872. OLE color: 1773872.

HSL color Cylindrical-coordinate representation of color #30111B: hue angle of 340.65º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #30111B is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 17 27 -
CMYK 0 0.65 0.44 0.81
HSL 340.65º 0.48% 0.13% -
HSV(B) 340.65º 0.65% 0.19% -
XYZ 1.62 1.11 1.17 -
YUV 27.41 127.77 142.69 -
System Red Green Blue C M Y K H S L
Decimal 48 17 27 0 0.65 0.44 0.81 340.65 0.48 0.13
Hex 30 11 1B 0 41 2C 51 155 30 D
Octal 60 21 33 0 101 54 121 525 60 15
Binary 110000 10001 11011 0 1000001 101100 1010001 101010101 110000 1101

Color Harmonies of #30111B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30111B

Black with #30111B

Text Example


Text Example

White with #30111B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30111B; }

 p { color: rgb(48,17,27); }

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

background-color css

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

 a { background-color: rgb(48,17,27); }

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

border-color css

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

 span { border-color: rgb(48,17,27); }

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