#30181A

Color #30181A Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #30181A

Tints of Rustic Red #30181A

Color information

#30181A (or 0x30181A) is unknown color: approx Rustic Red. HEX triplet: 30, 18 and 1A. RGB value is (48,24,26). Sum of RGB (Red+Green+Blue) = 48+24+26=98 (12% of max value = 765). Red value is 48 (19.14% from 255 or 48.98% from 98); Green value is 24 (9.77% from 255 or 24.49% from 98); Blue value is 26 (10.55% from 255 or 26.53% from 98); Max value from RGB is 48 - color contains mainly: red. Hex color #30181A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30181A is #CFE7E5. Grayscale: #1F1F1F. Windows color (decimal): -13625318 or 1710128. OLE color: 1710128.

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

Color convert

RGB482426-
CMYK00.50.460.81
HSL355º33.33%14.12%-
HSV(B)355º50%18.82%-
XYZ1.731.361.15-
YUV31.4124.95139.84-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 48.98%
GREEN value IS 24 (9.77% from 255) = 24.49%
BLUE value IS 26 (10.55% from 255) = 26.53%
R=48.98%
G=24.49%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.46
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48242600.50.460.8135533.3314.12
Hex30181A0322E5116321e
Octal603032062561215434116
Binary1100001100011010011001010111010100011011000111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30181A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #30181A;
 }
 .AnyTagClassName
 {
   color: #30181A;
 }
</style>
background-color css

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

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

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

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

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

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