#38020D

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

Shades of Rustic Red #38020D

Tints of Rustic Red #38020D

Color information

#38020D (or 0x38020D) is unknown color: approx Rustic Red. HEX triplet: 38, 02 and 0D. RGB value is (56,2,13). Sum of RGB (Red+Green+Blue) = 56+2+13=71 (9% of max value = 765). Red value is 56 (22.27% from 255 or 78.87% from 71); Green value is 2 (1.17% from 255 or 2.82% from 71); Blue value is 13 (5.47% from 255 or 18.31% from 71); Max value from RGB is 56 - color contains mainly: red. Hex color #38020D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38020D is #C7FDF2. Grayscale: #131313. Windows color (decimal): -13106675 or 852536. OLE color: 852536.

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

Color convert

RGB56213-
CMYK00.960.770.78
HSL347.78º93.1%11.37%-
HSV(B)347.78º96.43%21.96%-
XYZ1.730.910.47-
YUV19.4124.39154.11-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 78.87%
GREEN value IS 2 (1.17% from 255) = 2.82%
BLUE value IS 13 (5.47% from 255) = 18.31%
R=78.87%
G=2.82%
B=18.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.77
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5621300.960.770.78347.7893.111.37
Hex382D0604D4E15c5db
Octal70215014011511653413513
Binary111000101101011000001001101100111010101110010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38020D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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