#38040C

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

Shades of Rustic Red #38040C

Tints of Rustic Red #38040C

Color information

#38040C (or 0x38040C) is unknown color: approx Rustic Red. HEX triplet: 38, 04 and 0C. RGB value is (56,4,12). Sum of RGB (Red+Green+Blue) = 56+4+12=72 (9% of max value = 765). Red value is 56 (22.27% from 255 or 77.78% from 72); Green value is 4 (1.95% from 255 or 5.56% from 72); Blue value is 12 (5.08% from 255 or 16.67% from 72); Max value from RGB is 56 - color contains mainly: red. Hex color #38040C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #38040C is #C7FBF3. Grayscale: #141414. Windows color (decimal): -13106164 or 787512. OLE color: 787512.

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

Color convert

RGB56412-
CMYK00.930.790.78
HSL350.77º86.67%11.76%-
HSV(B)350.77º92.86%21.96%-
XYZ1.740.950.44-
YUV20.46123.23153.35-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 77.78%
GREEN value IS 4 (1.95% from 255) = 5.56%
BLUE value IS 12 (5.08% from 255) = 16.67%
R=77.78%
G=5.56%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.79
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5641200.930.790.78350.7786.6711.76
Hex384C05D4F4E15f57c
Octal70414013511711653712714
Binary1110001001100010111011001111100111010101111110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38040C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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