#38000D

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

Shades of Rustic Red #38000D

Tints of Rustic Red #38000D

Color information

#38000D (or 0x38000D) is unknown color: approx Rustic Red. HEX triplet: 38, 00 and 0D. RGB value is (56,0,13). Sum of RGB (Red+Green+Blue) = 56+0+13=69 (9% of max value = 765). Red value is 56 (22.27% from 255 or 81.16% from 69); Green value is 0 (0.39% from 255 or 0% from 69); Blue value is 13 (5.47% from 255 or 18.84% from 69); Max value from RGB is 56 - color contains mainly: red. Hex color #38000D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38000D is #C7FFF2. Grayscale: #121212. Windows color (decimal): -13107187 or 852024. OLE color: 852024.

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

Color convert

RGB56013-
CMYK010.770.78
HSL346.07º100%10.98%-
HSV(B)346.07º100%21.96%-
XYZ1.70.870.46-
YUV18.23125.05154.94-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 81.16%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 13 (5.47% from 255) = 18.84%
R=81.16%
G=0%
B=18.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.77
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56013010.770.78346.0710010.98
Hex380D0644D4E15a64b
Octal70015014411511653214413
Binary11100001101011001001001101100111010101101011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38000D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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