#380315

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

Shades of Rustic Red #380315

Tints of Rustic Red #380315

Color information

#380315 (or 0x380315) is unknown color: approx Rustic Red. HEX triplet: 38, 03 and 15. RGB value is (56,3,21). Sum of RGB (Red+Green+Blue) = 56+3+21=80 (10% of max value = 765). Red value is 56 (22.27% from 255 or 70% from 80); Green value is 3 (1.56% from 255 or 3.75% from 80); Blue value is 21 (8.59% from 255 or 26.25% from 80); Max value from RGB is 56 - color contains mainly: red. Hex color #380315 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380315 is #C7FCEA. Grayscale: #141414. Windows color (decimal): -13106411 or 1377080. OLE color: 1377080.

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

Color convert

RGB56321-
CMYK00.950.630.78
HSL339.62º89.83%11.57%-
HSV(B)339.62º94.64%21.96%-
XYZ1.80.960.8-
YUV20.9128.06153.04-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 70%
GREEN value IS 3 (1.56% from 255) = 3.75%
BLUE value IS 21 (8.59% from 255) = 26.25%
R=70%
G=3.75%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.63
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5632100.950.630.78339.6289.8311.57
Hex3831505F3F4E1545ac
Octal7032501377711652413214
Binary111000111010101011111111111100111010101010010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380315; }

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

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

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

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

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

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

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

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