#38191C

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

Shades of Rustic Red #38191C

Tints of Rustic Red #38191C

Color information

#38191C (or 0x38191C) is unknown color: approx Rustic Red. HEX triplet: 38, 19 and 1C. RGB value is (56,25,28). Sum of RGB (Red+Green+Blue) = 56+25+28=109 (14% of max value = 765). Red value is 56 (22.27% from 255 or 51.38% from 109); Green value is 25 (10.16% from 255 or 22.94% from 109); Blue value is 28 (11.33% from 255 or 25.69% from 109); Max value from RGB is 56 - color contains mainly: red. Hex color #38191C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38191C is #C7E6E3. Grayscale: #222222. Windows color (decimal): -13100772 or 1841464. OLE color: 1841464.

HSL color Cylindrical-coordinate representation of color #38191C: hue angle of 354.19º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #38191C is Cyan = 0, Magento = 0.55, Yellow = 0.50 and Black (K on CMYK) = 0.78.

Color convert

RGB562528-
CMYK00.550.500.78
HSL354.19º38.27%15.88%-
HSV(B)354.19º55.36%21.96%-
XYZ2.191.621.3-
YUV34.61124.27143.26-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 51.38%
GREEN value IS 25 (10.16% from 255) = 22.94%
BLUE value IS 28 (11.33% from 255) = 25.69%
R=51.38%
G=22.94%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.50
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56252800.550.500.78354.1938.2715.88
Hex38191C037324E1622610
Octal703134067621165424620
Binary11100011001111000110111110010100111010110001010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38191C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38191C; }

 p { color: rgb(56,25,28); }

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

<style>
 a { background-color: #38191C; }

 a { background-color: rgb(56,25,28); }

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

<style>
 span { border-color: #38191C; }

 span { border-color: rgb(56,25,28); }

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