#380C1B

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

Shades of Rustic Red #380C1B

Tints of Rustic Red #380C1B

Color information

#380C1B (or 0x380C1B) is unknown color: approx Rustic Red. HEX triplet: 38, 0C and 1B. RGB value is (56,12,27). Sum of RGB (Red+Green+Blue) = 56+12+27=95 (12% of max value = 765). Red value is 56 (22.27% from 255 or 58.95% from 95); Green value is 12 (5.08% from 255 or 12.63% from 95); Blue value is 27 (10.94% from 255 or 28.42% from 95); Max value from RGB is 56 - color contains mainly: red. Hex color #380C1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380C1B is #C7F3E4. Grayscale: #1A1A1A. Windows color (decimal): -13104101 or 1772600. OLE color: 1772600.

HSL color Cylindrical-coordinate representation of color #380C1B: hue angle of 339.55º 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 #380C1B is Cyan = 0, Magento = 0.79, Yellow = 0.52 and Black (K on CMYK) = 0.78.

Color convert

RGB561227-
CMYK00.790.520.78
HSL339.55º64.71%13.33%-
HSV(B)339.55º78.57%21.96%-
XYZ1.961.181.16-
YUV26.87128.08148.78-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 58.95%
GREEN value IS 12 (5.08% from 255) = 12.63%
BLUE value IS 27 (10.94% from 255) = 28.42%
R=58.95%
G=12.63%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.52
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56122700.790.520.78339.5564.7113.33
Hex38C1B04F344E15441d
Octal70143301176411652410115
Binary11100011001101101001111110100100111010101010010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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