#380212

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

Shades of Rustic Red #380212

Tints of Rustic Red #380212

Color information

#380212 (or 0x380212) is unknown color: approx Rustic Red. HEX triplet: 38, 02 and 12. RGB value is (56,2,18). Sum of RGB (Red+Green+Blue) = 56+2+18=76 (10% of max value = 765). Red value is 56 (22.27% from 255 or 73.68% from 76); Green value is 2 (1.17% from 255 or 2.63% from 76); Blue value is 18 (7.42% from 255 or 23.68% from 76); Max value from RGB is 56 - color contains mainly: red. Hex color #380212 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380212 is #C7FDED. Grayscale: #131313. Windows color (decimal): -13106670 or 1180216. OLE color: 1180216.

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

Color convert

RGB56218-
CMYK00.960.680.78
HSL342.22º93.1%11.37%-
HSV(B)342.22º96.43%21.96%-
XYZ1.760.930.66-
YUV19.97126.89153.7-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 73.68%
GREEN value IS 2 (1.17% from 255) = 2.63%
BLUE value IS 18 (7.42% from 255) = 23.68%
R=73.68%
G=2.63%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.68
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5621800.960.680.78342.2293.111.37
Hex38212060444E1565db
Octal70222014010411652613513
Binary1110001010010011000001000100100111010101011010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380212; }

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

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

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

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

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

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

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

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