#38181A

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

Shades of Rustic Red #38181A

Tints of Rustic Red #38181A

Color information

#38181A (or 0x38181A) is unknown color: approx Rustic Red. HEX triplet: 38, 18 and 1A. RGB value is (56,24,26). Sum of RGB (Red+Green+Blue) = 56+24+26=106 (14% of max value = 765). Red value is 56 (22.27% from 255 or 52.83% from 106); Green value is 24 (9.77% from 255 or 22.64% from 106); Blue value is 26 (10.55% from 255 or 24.53% from 106); Max value from RGB is 56 - color contains mainly: red. Hex color #38181A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38181A is #C7E7E5. Grayscale: #212121. Windows color (decimal): -13101030 or 1710136. OLE color: 1710136.

HSL color Cylindrical-coordinate representation of color #38181A: hue angle of 356.25º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #38181A is Cyan = 0, Magento = 0.57, Yellow = 0.54 and Black (K on CMYK) = 0.78.

Color convert

RGB562426-
CMYK00.570.540.78
HSL356.25º40%15.69%-
HSV(B)356.25º57.14%21.96%-
XYZ2.141.571.17-
YUV33.8123.6143.84-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 52.83%
GREEN value IS 24 (9.77% from 255) = 22.64%
BLUE value IS 26 (10.55% from 255) = 24.53%
R=52.83%
G=22.64%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.54
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56242600.570.540.78356.254015.69
Hex38181A039364E1642810
Octal703032071661165445020
Binary11100011000110100111001110110100111010110010010100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38181A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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