#38181B

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

Shades of Rustic Red #38181B

Tints of Rustic Red #38181B

Color information

#38181B (or 0x38181B) is unknown color: approx Rustic Red. HEX triplet: 38, 18 and 1B. RGB value is (56,24,27). Sum of RGB (Red+Green+Blue) = 56+24+27=107 (14% of max value = 765). Red value is 56 (22.27% from 255 or 52.34% from 107); Green value is 24 (9.77% from 255 or 22.43% from 107); Blue value is 27 (10.94% from 255 or 25.23% from 107); Max value from RGB is 56 - color contains mainly: red. Hex color #38181B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38181B is #C7E7E4. Grayscale: #212121. Windows color (decimal): -13101029 or 1775672. OLE color: 1775672.

HSL color Cylindrical-coordinate representation of color #38181B: hue angle of 354.38º 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 #38181B is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.78.

Color convert

RGB562427-
CMYK00.570.520.78
HSL354.38º40%15.69%-
HSV(B)354.38º57.14%21.96%-
XYZ2.161.571.23-
YUV33.91124.1143.76-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 52.34%
GREEN value IS 24 (9.77% from 255) = 22.43%
BLUE value IS 27 (10.94% from 255) = 25.23%
R=52.34%
G=22.43%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.52
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56242700.570.520.78354.384015.69
Hex38181B039344E1622810
Octal703033071641165425020
Binary11100011000110110111001110100100111010110001010100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38181B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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