#38151A

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

Shades of Rustic Red #38151A

Tints of Rustic Red #38151A

Color information

#38151A (or 0x38151A) is unknown color: approx Rustic Red. HEX triplet: 38, 15 and 1A. RGB value is (56,21,26). Sum of RGB (Red+Green+Blue) = 56+21+26=103 (13% of max value = 765). Red value is 56 (22.27% from 255 or 54.37% from 103); Green value is 21 (8.59% from 255 or 20.39% from 103); Blue value is 26 (10.55% from 255 or 25.24% from 103); Max value from RGB is 56 - color contains mainly: red. Hex color #38151A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38151A is #C7EAE5. Grayscale: #202020. Windows color (decimal): -13101798 or 1709368. OLE color: 1709368.

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

Color convert

RGB562126-
CMYK00.630.540.78
HSL351.43º45.45%15.1%-
HSV(B)351.43º62.5%21.96%-
XYZ2.091.451.15-
YUV32.03124.6145.09-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 54.37%
GREEN value IS 21 (8.59% from 255) = 20.39%
BLUE value IS 26 (10.55% from 255) = 25.24%
R=54.37%
G=20.39%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.54
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56212600.630.540.78351.4345.4515.1
Hex38151A03F364E15f2df
Octal702532077661165375517
Binary1110001010111010011111111011010011101010111111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38151A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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