#38091A

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

Shades of Rustic Red #38091A

Tints of Rustic Red #38091A

Color information

#38091A (or 0x38091A) is unknown color: approx Rustic Red. HEX triplet: 38, 09 and 1A. RGB value is (56,9,26). Sum of RGB (Red+Green+Blue) = 56+9+26=91 (12% of max value = 765). Red value is 56 (22.27% from 255 or 61.54% from 91); Green value is 9 (3.91% from 255 or 9.89% from 91); Blue value is 26 (10.55% from 255 or 28.57% from 91); Max value from RGB is 56 - color contains mainly: red. Hex color #38091A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38091A is #C7F6E5. Grayscale: #181818. Windows color (decimal): -13104870 or 1706296. OLE color: 1706296.

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

Color convert

RGB56926-
CMYK00.840.540.78
HSL338.3º72.31%12.75%-
HSV(B)338.3º83.93%21.96%-
XYZ1.921.111.09-
YUV24.99128.57150.12-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 61.54%
GREEN value IS 9 (3.91% from 255) = 9.89%
BLUE value IS 26 (10.55% from 255) = 28.57%
R=61.54%
G=9.89%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.54
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5692600.840.540.78338.372.3112.75
Hex3891A054364E15248d
Octal70113201246611652211015
Binary11100010011101001010100110110100111010101001010010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38091A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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