#38040B

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

Shades of Rustic Red #38040B

Tints of Rustic Red #38040B

Color information

#38040B (or 0x38040B) is unknown color: approx Rustic Red. HEX triplet: 38, 04 and 0B. RGB value is (56,4,11). Sum of RGB (Red+Green+Blue) = 56+4+11=71 (9% of max value = 765). Red value is 56 (22.27% from 255 or 78.87% from 71); Green value is 4 (1.95% from 255 or 5.63% from 71); Blue value is 11 (4.69% from 255 or 15.49% from 71); Max value from RGB is 56 - color contains mainly: red. Hex color #38040B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38040B is #C7FBF4. Grayscale: #141414. Windows color (decimal): -13106165 or 721976. OLE color: 721976.

HSL color Cylindrical-coordinate representation of color #38040B: hue angle of 351.92º 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 #38040B is Cyan = 0, Magento = 0.93, Yellow = 0.80 and Black (K on CMYK) = 0.78.

Color convert

RGB56411-
CMYK00.930.800.78
HSL351.92º86.67%11.76%-
HSV(B)351.92º92.86%21.96%-
XYZ1.730.950.41-
YUV20.35122.73153.43-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 78.87%
GREEN value IS 4 (1.95% from 255) = 5.63%
BLUE value IS 11 (4.69% from 255) = 15.49%
R=78.87%
G=5.63%
B=15.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.80
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5641100.930.800.78351.9286.6711.76
Hex384B05D504E16057c
Octal70413013512011654012714
Binary1110001001011010111011010000100111010110000010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38040B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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