#38020F

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

Shades of Rustic Red #38020F

Tints of Rustic Red #38020F

Color information

#38020F (or 0x38020F) is unknown color: approx Rustic Red. HEX triplet: 38, 02 and 0F. RGB value is (56,2,15). Sum of RGB (Red+Green+Blue) = 56+2+15=73 (9% of max value = 765). Red value is 56 (22.27% from 255 or 76.71% from 73); Green value is 2 (1.17% from 255 or 2.74% from 73); Blue value is 15 (6.25% from 255 or 20.55% from 73); Max value from RGB is 56 - color contains mainly: red. Hex color #38020F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38020F is #C7FDF0. Grayscale: #131313. Windows color (decimal): -13106673 or 983608. OLE color: 983608.

HSL color Cylindrical-coordinate representation of color #38020F: hue angle of 345.56º 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 #38020F is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.78.

Color convert

RGB56215-
CMYK00.960.730.78
HSL345.56º93.1%11.37%-
HSV(B)345.56º96.43%21.96%-
XYZ1.740.920.54-
YUV19.63125.39153.94-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 76.71%
GREEN value IS 2 (1.17% from 255) = 2.74%
BLUE value IS 15 (6.25% from 255) = 20.55%
R=76.71%
G=2.74%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.73
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5621500.960.730.78345.5693.111.37
Hex382F060494E15a5db
Octal70217014011111653213513
Binary111000101111011000001001001100111010101101010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38020F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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