#380A11

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

Shades of Rustic Red #380A11

Tints of Rustic Red #380A11

Color information

#380A11 (or 0x380A11) is unknown color: approx Rustic Red. HEX triplet: 38, 0A and 11. RGB value is (56,10,17). Sum of RGB (Red+Green+Blue) = 56+10+17=83 (10% of max value = 765). Red value is 56 (22.27% from 255 or 67.47% from 83); Green value is 10 (4.30% from 255 or 12.05% from 83); Blue value is 17 (7.03% from 255 or 20.48% from 83); Max value from RGB is 56 - color contains mainly: red. Hex color #380A11 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380A11 is #C7F5EE. Grayscale: #181818. Windows color (decimal): -13104623 or 1116728. OLE color: 1116728.

HSL color Cylindrical-coordinate representation of color #380A11: hue angle of 350.87º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #380A11 is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.78.

Color convert

RGB561017-
CMYK00.820.700.78
HSL350.87º69.7%12.94%-
HSV(B)350.87º82.14%21.96%-
XYZ1.841.10.65-
YUV24.55123.74150.43-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 67.47%
GREEN value IS 10 (4.30% from 255) = 12.05%
BLUE value IS 17 (7.03% from 255) = 20.48%
R=67.47%
G=12.05%
B=20.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.70
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56101700.820.700.78350.8769.712.94
Hex38A11052464E15f46d
Octal701221012210611653710615
Binary111000101010001010100101000110100111010101111110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380A11; }

 p { color: rgb(56,10,17); }

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

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

 a { background-color: rgb(56,10,17); }

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

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

 span { border-color: rgb(56,10,17); }

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