#380210

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

Shades of Rustic Red #380210

Tints of Rustic Red #380210

Color information

#380210 (or 0x380210) is unknown color: approx Rustic Red. HEX triplet: 38, 02 and 10. RGB value is (56,2,16). Sum of RGB (Red+Green+Blue) = 56+2+16=74 (9% of max value = 765). Red value is 56 (22.27% from 255 or 75.68% from 74); Green value is 2 (1.17% from 255 or 2.70% from 74); Blue value is 16 (6.64% from 255 or 21.62% from 74); Max value from RGB is 56 - color contains mainly: red. Hex color #380210 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380210 is #C7FDEF. Grayscale: #131313. Windows color (decimal): -13106672 or 1049144. OLE color: 1049144.

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

Color convert

RGB56216-
CMYK00.960.710.78
HSL344.44º93.1%11.37%-
HSV(B)344.44º96.43%21.96%-
XYZ1.750.920.58-
YUV19.74125.89153.86-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 75.68%
GREEN value IS 2 (1.17% from 255) = 2.70%
BLUE value IS 16 (6.64% from 255) = 21.62%
R=75.68%
G=2.70%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.71
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5621600.960.710.78344.4493.111.37
Hex38210060474E1585db
Octal70220014010711653013513
Binary1110001010000011000001000111100111010101100010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380210; }

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

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

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

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

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

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

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

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