#380214

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

Shades of Rustic Red #380214

Tints of Rustic Red #380214

Color information

#380214 (or 0x380214) is unknown color: approx Rustic Red. HEX triplet: 38, 02 and 14. RGB value is (56,2,20). Sum of RGB (Red+Green+Blue) = 56+2+20=78 (10% of max value = 765). Red value is 56 (22.27% from 255 or 71.79% from 78); Green value is 2 (1.17% from 255 or 2.56% from 78); Blue value is 20 (8.20% from 255 or 25.64% from 78); Max value from RGB is 56 - color contains mainly: red. Hex color #380214 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380214 is #C7FDEB. Grayscale: #141414. Windows color (decimal): -13106668 or 1311288. OLE color: 1311288.

HSL color Cylindrical-coordinate representation of color #380214: hue angle of 340º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #380214 is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.78.

Color convert

RGB56220-
CMYK00.960.640.78
HSL340º93.1%11.37%-
HSV(B)340º96.43%21.96%-
XYZ1.780.930.75-
YUV20.2127.89153.54-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 71.79%
GREEN value IS 2 (1.17% from 255) = 2.56%
BLUE value IS 20 (8.20% from 255) = 25.64%
R=71.79%
G=2.56%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.64
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5622000.960.640.7834093.111.37
Hex38214060404E1545db
Octal70224014010011652413513
Binary1110001010100011000001000000100111010101010010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380214; }

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

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

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

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

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

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

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

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