#38090C

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

Shades of Rustic Red #38090C

Tints of Rustic Red #38090C

Color information

#38090C (or 0x38090C) is unknown color: approx Rustic Red. HEX triplet: 38, 09 and 0C. RGB value is (56,9,12). Sum of RGB (Red+Green+Blue) = 56+9+12=77 (10% of max value = 765). Red value is 56 (22.27% from 255 or 72.73% from 77); Green value is 9 (3.91% from 255 or 11.69% from 77); Blue value is 12 (5.08% from 255 or 15.58% from 77); Max value from RGB is 56 - color contains mainly: red. Hex color #38090C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38090C is #C7F6F3. Grayscale: #171717. Windows color (decimal): -13104884 or 788792. OLE color: 788792.

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

Color convert

RGB56912-
CMYK00.840.790.78
HSL356.17º72.31%12.75%-
HSV(B)356.17º83.93%21.96%-
XYZ1.791.060.46-
YUV23.4121.57151.26-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 72.73%
GREEN value IS 9 (3.91% from 255) = 11.69%
BLUE value IS 12 (5.08% from 255) = 15.58%
R=72.73%
G=11.69%
B=15.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.79
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5691200.840.790.78356.1772.3112.75
Hex389C0544F4E16448d
Octal701114012411711654411015
Binary11100010011100010101001001111100111010110010010010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38090C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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