#38040F

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

Shades of Rustic Red #38040F

Tints of Rustic Red #38040F

Color information

#38040F (or 0x38040F) is unknown color: approx Rustic Red. HEX triplet: 38, 04 and 0F. RGB value is (56,4,15). Sum of RGB (Red+Green+Blue) = 56+4+15=75 (9% of max value = 765). Red value is 56 (22.27% from 255 or 74.67% from 75); Green value is 4 (1.95% from 255 or 5.33% from 75); Blue value is 15 (6.25% from 255 or 20% from 75); Max value from RGB is 56 - color contains mainly: red. Hex color #38040F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38040F is #C7FBF0. Grayscale: #141414. Windows color (decimal): -13106161 or 984120. OLE color: 984120.

HSL color Cylindrical-coordinate representation of color #38040F: hue angle of 347.31º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #38040F is Cyan = 0, Magento = 0.93, Yellow = 0.73 and Black (K on CMYK) = 0.78.

Color convert

RGB56415-
CMYK00.930.730.78
HSL347.31º86.67%11.76%-
HSV(B)347.31º92.86%21.96%-
XYZ1.760.960.54-
YUV20.8124.73153.11-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 74.67%
GREEN value IS 4 (1.95% from 255) = 5.33%
BLUE value IS 15 (6.25% from 255) = 20%
R=74.67%
G=5.33%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.73
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5641500.930.730.78347.3186.6711.76
Hex384F05D494E15b57c
Octal70417013511111653312714
Binary1110001001111010111011001001100111010101101110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38040F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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