#380418

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

Shades of Rustic Red #380418

Tints of Rustic Red #380418

Color information

#380418 (or 0x380418) is unknown color: approx Rustic Red. HEX triplet: 38, 04 and 18. RGB value is (56,4,24). Sum of RGB (Red+Green+Blue) = 56+4+24=84 (11% of max value = 765). Red value is 56 (22.27% from 255 or 66.67% from 84); Green value is 4 (1.95% from 255 or 4.76% from 84); Blue value is 24 (9.77% from 255 or 28.57% from 84); Max value from RGB is 56 - color contains mainly: red. Hex color #380418 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380418 is #C7FBE7. Grayscale: #151515. Windows color (decimal): -13106152 or 1573944. OLE color: 1573944.

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

Color convert

RGB56424-
CMYK00.930.570.78
HSL336.92º86.67%11.76%-
HSV(B)336.92º92.86%21.96%-
XYZ1.840.990.96-
YUV21.83129.23152.37-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 66.67%
GREEN value IS 4 (1.95% from 255) = 4.76%
BLUE value IS 24 (9.77% from 255) = 28.57%
R=66.67%
G=4.76%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.57
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5642400.930.570.78336.9286.6711.76
Hex3841805D394E15157c
Octal7043001357111652112714
Binary1110001001100001011101111001100111010101000110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380418; }

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

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

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

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

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

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

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

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