#380010

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

Shades of Rustic Red #380010

Tints of Rustic Red #380010

Color information

#380010 (or 0x380010) is unknown color: approx Rustic Red. HEX triplet: 38, 00 and 10. RGB value is (56,0,16). Sum of RGB (Red+Green+Blue) = 56+0+16=72 (9% of max value = 765). Red value is 56 (22.27% from 255 or 77.78% from 72); Green value is 0 (0.39% from 255 or 0% from 72); Blue value is 16 (6.64% from 255 or 22.22% from 72); Max value from RGB is 56 - color contains mainly: red. Hex color #380010 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380010 is #C7FFEF. Grayscale: #121212. Windows color (decimal): -13107184 or 1048632. OLE color: 1048632.

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

Color convert

RGB56016-
CMYK010.710.78
HSL342.86º100%10.98%-
HSV(B)342.86º100%21.96%-
XYZ1.720.880.57-
YUV18.57126.55154.7-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 77.78%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 16 (6.64% from 255) = 22.22%
R=77.78%
G=0%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.71
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56016010.710.78342.8610010.98
Hex38010064474E15764b
Octal70020014410711652714413
Binary111000010000011001001000111100111010101011111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380010; }

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

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

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

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

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

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

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

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