#380015

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

Shades of Rustic Red #380015

Tints of Rustic Red #380015

Color information

#380015 (or 0x380015) is unknown color: approx Rustic Red. HEX triplet: 38, 00 and 15. RGB value is (56,0,21). Sum of RGB (Red+Green+Blue) = 56+0+21=77 (10% of max value = 765). Red value is 56 (22.27% from 255 or 72.73% from 77); Green value is 0 (0.39% from 255 or 0% from 77); Blue value is 21 (8.59% from 255 or 27.27% from 77); Max value from RGB is 56 - color contains mainly: red. Hex color #380015 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380015 is #C7FFEA. Grayscale: #131313. Windows color (decimal): -13107179 or 1376312. OLE color: 1376312.

HSL color Cylindrical-coordinate representation of color #380015: hue angle of 337.5º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #380015 is Cyan = 0, Magento = 1, Yellow = 0.63 and Black (K on CMYK) = 0.78.

Color convert

RGB56021-
CMYK010.630.78
HSL337.5º100%10.98%-
HSV(B)337.5º100%21.96%-
XYZ1.770.890.79-
YUV19.14129.05154.29-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 72.73%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 21 (8.59% from 255) = 27.27%
R=72.73%
G=0%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.63
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56021010.630.78337.510010.98
Hex380150643F4E15264b
Octal7002501447711652214413
Binary11100001010101100100111111100111010101001011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380015; }

 p { color: rgb(56,0,21); }

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

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

 a { background-color: rgb(56,0,21); }

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

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

 span { border-color: rgb(56,0,21); }

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