#380111

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

Shades of Rustic Red #380111

Tints of Rustic Red #380111

Color information

#380111 (or 0x380111) is unknown color: approx Rustic Red. HEX triplet: 38, 01 and 11. RGB value is (56,1,17). Sum of RGB (Red+Green+Blue) = 56+1+17=74 (9% of max value = 765). Red value is 56 (22.27% from 255 or 75.68% from 74); Green value is 1 (0.78% from 255 or 1.35% from 74); Blue value is 17 (7.03% from 255 or 22.97% from 74); Max value from RGB is 56 - color contains mainly: red. Hex color #380111 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380111 is #C7FEEE. Grayscale: #131313. Windows color (decimal): -13106927 or 1114424. OLE color: 1114424.

HSL color Cylindrical-coordinate representation of color #380111: hue angle of 342.55º 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 #380111 is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.78.

Color convert

RGB56117-
CMYK00.980.700.78
HSL342.55º96.49%11.18%-
HSV(B)342.55º98.21%21.96%-
XYZ1.740.90.61-
YUV19.27126.72154.2-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 75.68%
GREEN value IS 1 (0.78% from 255) = 1.35%
BLUE value IS 17 (7.03% from 255) = 22.97%
R=75.68%
G=1.35%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.70
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5611700.980.700.78342.5596.4911.18
Hex38111062464E15760b
Octal70121014210611652714013
Binary111000110001011000101000110100111010101011111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380111; }

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

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

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

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

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

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

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

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