#380C16

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

Shades of Rustic Red #380C16

Tints of Rustic Red #380C16

Color information

#380C16 (or 0x380C16) is unknown color: approx Rustic Red. HEX triplet: 38, 0C and 16. RGB value is (56,12,22). Sum of RGB (Red+Green+Blue) = 56+12+22=90 (11% of max value = 765). Red value is 56 (22.27% from 255 or 62.22% from 90); Green value is 12 (5.08% from 255 or 13.33% from 90); Blue value is 22 (8.98% from 255 or 24.44% from 90); Max value from RGB is 56 - color contains mainly: red. Hex color #380C16 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380C16 is #C7F3E9. Grayscale: #1A1A1A. Windows color (decimal): -13104106 or 1444920. OLE color: 1444920.

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

Color convert

RGB561222-
CMYK00.790.610.78
HSL346.36º64.71%13.33%-
HSV(B)346.36º78.57%21.96%-
XYZ1.911.160.88-
YUV26.3125.58149.19-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 62.22%
GREEN value IS 12 (5.08% from 255) = 13.33%
BLUE value IS 22 (8.98% from 255) = 24.44%
R=62.22%
G=13.33%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.61
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56122200.790.610.78346.3664.7113.33
Hex38C1604F3D4E15a41d
Octal70142601177511653210115
Binary11100011001011001001111111101100111010101101010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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