#38161A

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

Shades of Rustic Red #38161A

Tints of Rustic Red #38161A

Color information

#38161A (or 0x38161A) is unknown color: approx Rustic Red. HEX triplet: 38, 16 and 1A. RGB value is (56,22,26). Sum of RGB (Red+Green+Blue) = 56+22+26=104 (13% of max value = 765). Red value is 56 (22.27% from 255 or 53.85% from 104); Green value is 22 (8.98% from 255 or 21.15% from 104); Blue value is 26 (10.55% from 255 or 25% from 104); Max value from RGB is 56 - color contains mainly: red. Hex color #38161A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38161A is #C7E9E5. Grayscale: #202020. Windows color (decimal): -13101542 or 1709624. OLE color: 1709624.

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

Color convert

RGB562226-
CMYK00.610.540.78
HSL352.94º43.59%15.29%-
HSV(B)352.94º60.71%21.96%-
XYZ2.11.491.15-
YUV32.62124.26144.67-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 53.85%
GREEN value IS 22 (8.98% from 255) = 21.15%
BLUE value IS 26 (10.55% from 255) = 25%
R=53.85%
G=21.15%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.54
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56222600.610.540.78352.9443.5915.29
Hex38161A03D364E1612cf
Octal702632075661165415417
Binary1110001011011010011110111011010011101011000011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38161A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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