#380510

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

Shades of Rustic Red #380510

Tints of Rustic Red #380510

Color information

#380510 (or 0x380510) is unknown color: approx Rustic Red. HEX triplet: 38, 05 and 10. RGB value is (56,5,16). Sum of RGB (Red+Green+Blue) = 56+5+16=77 (10% of max value = 765). Red value is 56 (22.27% from 255 or 72.73% from 77); Green value is 5 (2.34% from 255 or 6.49% from 77); Blue value is 16 (6.64% from 255 or 20.78% from 77); Max value from RGB is 56 - color contains mainly: red. Hex color #380510 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380510 is #C7FAEF. Grayscale: #151515. Windows color (decimal): -13105904 or 1049912. OLE color: 1049912.

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

Color convert

RGB56516-
CMYK00.910.710.78
HSL347.06º83.61%11.96%-
HSV(B)347.06º91.07%21.96%-
XYZ1.780.990.59-
YUV21.5124.9152.61-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 72.73%
GREEN value IS 5 (2.34% from 255) = 6.49%
BLUE value IS 16 (6.64% from 255) = 20.78%
R=72.73%
G=6.49%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.71
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5651600.910.710.78347.0683.6111.96
Hex3851005B474E15b54c
Octal70520013310711653312414
Binary11100010110000010110111000111100111010101101110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380510; }

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

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

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

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

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

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

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

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