#38090E

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

Shades of Rustic Red #38090E

Tints of Rustic Red #38090E

Color information

#38090E (or 0x38090E) is unknown color: approx Rustic Red. HEX triplet: 38, 09 and 0E. RGB value is (56,9,14). Sum of RGB (Red+Green+Blue) = 56+9+14=79 (10% of max value = 765). Red value is 56 (22.27% from 255 or 70.89% from 79); Green value is 9 (3.91% from 255 or 11.39% from 79); Blue value is 14 (5.86% from 255 or 17.72% from 79); Max value from RGB is 56 - color contains mainly: red. Hex color #38090E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38090E is #C7F6F1. Grayscale: #171717. Windows color (decimal): -13104882 or 919864. OLE color: 919864.

HSL color Cylindrical-coordinate representation of color #38090E: hue angle of 353.62º 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 #38090E is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.78.

Color convert

RGB56914-
CMYK00.840.750.78
HSL353.62º72.31%12.75%-
HSV(B)353.62º83.93%21.96%-
XYZ1.811.070.53-
YUV23.62122.57151.09-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 70.89%
GREEN value IS 9 (3.91% from 255) = 11.39%
BLUE value IS 14 (5.86% from 255) = 17.72%
R=70.89%
G=11.39%
B=17.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.75
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5691400.840.750.78353.6272.3112.75
Hex389E0544B4E16248d
Octal701116012411311654211015
Binary11100010011110010101001001011100111010110001010010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38090E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38090E; }

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

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

<style>
 a { background-color: #38090E; }

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

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

<style>
 span { border-color: #38090E; }

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

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