#380310

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

Shades of Rustic Red #380310

Tints of Rustic Red #380310

Color information

#380310 (or 0x380310) is unknown color: approx Rustic Red. HEX triplet: 38, 03 and 10. RGB value is (56,3,16). Sum of RGB (Red+Green+Blue) = 56+3+16=75 (9% of max value = 765). Red value is 56 (22.27% from 255 or 74.67% from 75); Green value is 3 (1.56% from 255 or 4% from 75); Blue value is 16 (6.64% from 255 or 21.33% from 75); Max value from RGB is 56 - color contains mainly: red. Hex color #380310 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380310 is #C7FCEF. Grayscale: #141414. Windows color (decimal): -13106416 or 1049400. OLE color: 1049400.

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

Color convert

RGB56316-
CMYK00.950.710.78
HSL345.28º89.83%11.57%-
HSV(B)345.28º94.64%21.96%-
XYZ1.760.940.58-
YUV20.33125.56153.44-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 74.67%
GREEN value IS 3 (1.56% from 255) = 4%
BLUE value IS 16 (6.64% from 255) = 21.33%
R=74.67%
G=4%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.71
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5631600.950.710.78345.2889.8311.57
Hex3831005F474E1595ac
Octal70320013710711653113214
Binary1110001110000010111111000111100111010101100110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380310; }

 p { color: rgb(56,3,16); }

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

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

 a { background-color: rgb(56,3,16); }

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

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

 span { border-color: rgb(56,3,16); }

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