#380314

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

Shades of Rustic Red #380314

Tints of Rustic Red #380314

Color information

#380314 (or 0x380314) is unknown color: approx Rustic Red. HEX triplet: 38, 03 and 14. RGB value is (56,3,20). Sum of RGB (Red+Green+Blue) = 56+3+20=79 (10% of max value = 765). Red value is 56 (22.27% from 255 or 70.89% from 79); Green value is 3 (1.56% from 255 or 3.80% from 79); Blue value is 20 (8.20% from 255 or 25.32% from 79); Max value from RGB is 56 - color contains mainly: red. Hex color #380314 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380314 is #C7FCEB. Grayscale: #141414. Windows color (decimal): -13106412 or 1311544. OLE color: 1311544.

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

Color convert

RGB56320-
CMYK00.950.640.78
HSL340.75º89.83%11.57%-
HSV(B)340.75º94.64%21.96%-
XYZ1.790.960.75-
YUV20.78127.56153.12-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 70.89%
GREEN value IS 3 (1.56% from 255) = 3.80%
BLUE value IS 20 (8.20% from 255) = 25.32%
R=70.89%
G=3.80%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.64
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5632000.950.640.78340.7589.8311.57
Hex3831405F404E1555ac
Octal70324013710011652513214
Binary1110001110100010111111000000100111010101010110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380314; }

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

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

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

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

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

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

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

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