#38101C

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

Shades of Rustic Red #38101C

Tints of Rustic Red #38101C

Color information

#38101C (or 0x38101C) is unknown color: approx Rustic Red. HEX triplet: 38, 10 and 1C. RGB value is (56,16,28). Sum of RGB (Red+Green+Blue) = 56+16+28=100 (13% of max value = 765). Red value is 56 (22.27% from 255 or 56% from 100); Green value is 16 (6.64% from 255 or 16% from 100); Blue value is 28 (11.33% from 255 or 28% from 100); Max value from RGB is 56 - color contains mainly: red. Hex color #38101C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38101C is #C7EFE3. Grayscale: #1D1D1D. Windows color (decimal): -13103076 or 1839160. OLE color: 1839160.

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

Color convert

RGB561628-
CMYK00.710.500.78
HSL342º55.56%14.12%-
HSV(B)342º71.43%21.96%-
XYZ2.031.31.24-
YUV29.33127.25147.02-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 56%
GREEN value IS 16 (6.64% from 255) = 16%
BLUE value IS 28 (11.33% from 255) = 28%
R=56%
G=16%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.50
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56162800.710.500.7834255.5614.12
Hex38101C047324E15638e
Octal7020340107621165267016
Binary11100010000111000100011111001010011101010101101110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38101C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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