#380C1A

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

Shades of Rustic Red #380C1A

Tints of Rustic Red #380C1A

Color information

#380C1A (or 0x380C1A) is unknown color: approx Rustic Red. HEX triplet: 38, 0C and 1A. RGB value is (56,12,26). Sum of RGB (Red+Green+Blue) = 56+12+26=94 (12% of max value = 765). Red value is 56 (22.27% from 255 or 59.57% from 94); Green value is 12 (5.08% from 255 or 12.77% from 94); Blue value is 26 (10.55% from 255 or 27.66% from 94); Max value from RGB is 56 - color contains mainly: red. Hex color #380C1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380C1A is #C7F3E5. Grayscale: #1A1A1A. Windows color (decimal): -13104102 or 1707064. OLE color: 1707064.

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

Color convert

RGB561226-
CMYK00.790.540.78
HSL340.91º64.71%13.33%-
HSV(B)340.91º78.57%21.96%-
XYZ1.951.181.1-
YUV26.75127.58148.86-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 59.57%
GREEN value IS 12 (5.08% from 255) = 12.77%
BLUE value IS 26 (10.55% from 255) = 27.66%
R=59.57%
G=12.77%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.54
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56122600.790.540.78340.9164.7113.33
Hex38C1A04F364E15541d
Octal70143201176611652510115
Binary11100011001101001001111110110100111010101010110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,12,26); }

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

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

 a { background-color: rgb(56,12,26); }

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

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

 span { border-color: rgb(56,12,26); }

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