#380512

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

Shades of Rustic Red #380512

Tints of Rustic Red #380512

Color information

#380512 (or 0x380512) is unknown color: approx Rustic Red. HEX triplet: 38, 05 and 12. RGB value is (56,5,18). Sum of RGB (Red+Green+Blue) = 56+5+18=79 (10% of max value = 765). Red value is 56 (22.27% from 255 or 70.89% from 79); Green value is 5 (2.34% from 255 or 6.33% from 79); Blue value is 18 (7.42% from 255 or 22.78% from 79); Max value from RGB is 56 - color contains mainly: red. Hex color #380512 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380512 is #C7FAED. Grayscale: #151515. Windows color (decimal): -13105902 or 1180984. OLE color: 1180984.

HSL color Cylindrical-coordinate representation of color #380512: hue angle of 344.71º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #380512 is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.78.

Color convert

RGB56518-
CMYK00.910.680.78
HSL344.71º83.61%11.96%-
HSV(B)344.71º91.07%21.96%-
XYZ1.790.990.67-
YUV21.73125.9152.44-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 70.89%
GREEN value IS 5 (2.34% from 255) = 6.33%
BLUE value IS 18 (7.42% from 255) = 22.78%
R=70.89%
G=6.33%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.68
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5651800.910.680.78344.7183.6111.96
Hex3851205B444E15954c
Octal70522013310411653112414
Binary11100010110010010110111000100100111010101100110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380512; }

 p { color: rgb(56,5,18); }

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

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

 a { background-color: rgb(56,5,18); }

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

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

 span { border-color: rgb(56,5,18); }

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