#38060D

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

Shades of Rustic Red #38060D

Tints of Rustic Red #38060D

Color information

#38060D (or 0x38060D) is unknown color: approx Rustic Red. HEX triplet: 38, 06 and 0D. RGB value is (56,6,13). Sum of RGB (Red+Green+Blue) = 56+6+13=75 (9% of max value = 765). Red value is 56 (22.27% from 255 or 74.67% from 75); Green value is 6 (2.73% from 255 or 8% from 75); Blue value is 13 (5.47% from 255 or 17.33% from 75); Max value from RGB is 56 - color contains mainly: red. Hex color #38060D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38060D is #C7F9F2. Grayscale: #151515. Windows color (decimal): -13105651 or 853560. OLE color: 853560.

HSL color Cylindrical-coordinate representation of color #38060D: hue angle of 351.6º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #38060D is Cyan = 0, Magento = 0.89, Yellow = 0.77 and Black (K on CMYK) = 0.78.

Color convert

RGB56613-
CMYK00.890.770.78
HSL351.6º80.65%12.16%-
HSV(B)351.6º89.29%21.96%-
XYZ1.7710.48-
YUV21.75123.06152.43-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 74.67%
GREEN value IS 6 (2.73% from 255) = 8%
BLUE value IS 13 (5.47% from 255) = 17.33%
R=74.67%
G=8%
B=17.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.77
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5661300.890.770.78351.680.6512.16
Hex386D0594D4E16051c
Octal70615013111511654012114
Binary1110001101101010110011001101100111010110000010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38060D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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