#38090D

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

Shades of Rustic Red #38090D

Tints of Rustic Red #38090D

Color information

#38090D (or 0x38090D) is unknown color: approx Rustic Red. HEX triplet: 38, 09 and 0D. RGB value is (56,9,13). Sum of RGB (Red+Green+Blue) = 56+9+13=78 (10% of max value = 765). Red value is 56 (22.27% from 255 or 71.79% from 78); Green value is 9 (3.91% from 255 or 11.54% from 78); Blue value is 13 (5.47% from 255 or 16.67% from 78); Max value from RGB is 56 - color contains mainly: red. Hex color #38090D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38090D is #C7F6F2. Grayscale: #171717. Windows color (decimal): -13104883 or 854328. OLE color: 854328.

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

Color convert

RGB56913-
CMYK00.840.770.78
HSL354.89º72.31%12.75%-
HSV(B)354.89º83.93%21.96%-
XYZ1.81.070.49-
YUV23.51122.07151.17-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 71.79%
GREEN value IS 9 (3.91% from 255) = 11.54%
BLUE value IS 13 (5.47% from 255) = 16.67%
R=71.79%
G=11.54%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.77
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5691300.840.770.78354.8972.3112.75
Hex389D0544D4E16348d
Octal701115012411511654311015
Binary11100010011101010101001001101100111010110001110010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38090D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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