#38131A

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

Shades of Rustic Red #38131A

Tints of Rustic Red #38131A

Color information

#38131A (or 0x38131A) is unknown color: approx Rustic Red. HEX triplet: 38, 13 and 1A. RGB value is (56,19,26). Sum of RGB (Red+Green+Blue) = 56+19+26=101 (13% of max value = 765). Red value is 56 (22.27% from 255 or 55.45% from 101); Green value is 19 (7.81% from 255 or 18.81% from 101); Blue value is 26 (10.55% from 255 or 25.74% from 101); Max value from RGB is 56 - color contains mainly: red. Hex color #38131A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38131A is #C7ECE5. Grayscale: #1E1E1E. Windows color (decimal): -13102310 or 1708856. OLE color: 1708856.

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

Color convert

RGB561926-
CMYK00.660.540.78
HSL348.65º49.33%14.71%-
HSV(B)348.65º66.07%21.96%-
XYZ2.051.381.14-
YUV30.86125.26145.93-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 55.45%
GREEN value IS 19 (7.81% from 255) = 18.81%
BLUE value IS 26 (10.55% from 255) = 25.74%
R=55.45%
G=18.81%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.54
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56192600.660.540.78348.6549.3314.71
Hex38131A042364E15d31f
Octal7023320102661165356117
Binary11100010011110100100001011011010011101010111011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38131A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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