#380115

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

Shades of Rustic Red #380115

Tints of Rustic Red #380115

Color information

#380115 (or 0x380115) is unknown color: approx Rustic Red. HEX triplet: 38, 01 and 15. RGB value is (56,1,21). Sum of RGB (Red+Green+Blue) = 56+1+21=78 (10% of max value = 765). Red value is 56 (22.27% from 255 or 71.79% from 78); Green value is 1 (0.78% from 255 or 1.28% from 78); Blue value is 21 (8.59% from 255 or 26.92% from 78); Max value from RGB is 56 - color contains mainly: red. Hex color #380115 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380115 is #C7FEEA. Grayscale: #131313. Windows color (decimal): -13106923 or 1376568. OLE color: 1376568.

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

Color convert

RGB56121-
CMYK00.980.630.78
HSL338.18º96.49%11.18%-
HSV(B)338.18º98.21%21.96%-
XYZ1.780.920.79-
YUV19.73128.72153.87-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 71.79%
GREEN value IS 1 (0.78% from 255) = 1.28%
BLUE value IS 21 (8.59% from 255) = 26.92%
R=71.79%
G=1.28%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.63
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5612100.980.630.78338.1896.4911.18
Hex381150623F4E15260b
Octal7012501427711652214013
Binary11100011010101100010111111100111010101001011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380115; }

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

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

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

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

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

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

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

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