#380113

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

Shades of Rustic Red #380113

Tints of Rustic Red #380113

Color information

#380113 (or 0x380113) is unknown color: approx Rustic Red. HEX triplet: 38, 01 and 13. RGB value is (56,1,19). Sum of RGB (Red+Green+Blue) = 56+1+19=76 (10% of max value = 765). Red value is 56 (22.27% from 255 or 73.68% from 76); Green value is 1 (0.78% from 255 or 1.32% from 76); Blue value is 19 (7.81% from 255 or 25% from 76); Max value from RGB is 56 - color contains mainly: red. Hex color #380113 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380113 is #C7FEEC. Grayscale: #131313. Windows color (decimal): -13106925 or 1245496. OLE color: 1245496.

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

Color convert

RGB56119-
CMYK00.980.660.78
HSL340.36º96.49%11.18%-
HSV(B)340.36º98.21%21.96%-
XYZ1.760.910.7-
YUV19.5127.72154.04-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 73.68%
GREEN value IS 1 (0.78% from 255) = 1.32%
BLUE value IS 19 (7.81% from 255) = 25%
R=73.68%
G=1.32%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.66
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5611900.980.660.78340.3696.4911.18
Hex38113062424E15460b
Octal70123014210211652414013
Binary111000110011011000101000010100111010101010011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380113; }

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

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

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

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

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

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

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

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