#380C12

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

Shades of Rustic Red #380C12

Tints of Rustic Red #380C12

Color information

#380C12 (or 0x380C12) is unknown color: approx Rustic Red. HEX triplet: 38, 0C and 12. RGB value is (56,12,18). Sum of RGB (Red+Green+Blue) = 56+12+18=86 (11% of max value = 765). Red value is 56 (22.27% from 255 or 65.12% from 86); Green value is 12 (5.08% from 255 or 13.95% from 86); Blue value is 18 (7.42% from 255 or 20.93% from 86); Max value from RGB is 56 - color contains mainly: red. Hex color #380C12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380C12 is #C7F3ED. Grayscale: #191919. Windows color (decimal): -13104110 or 1182776. OLE color: 1182776.

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

Color convert

RGB561218-
CMYK00.790.680.78
HSL351.82º64.71%13.33%-
HSV(B)351.82º78.57%21.96%-
XYZ1.871.150.7-
YUV25.84123.58149.51-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 65.12%
GREEN value IS 12 (5.08% from 255) = 13.95%
BLUE value IS 18 (7.42% from 255) = 20.93%
R=65.12%
G=13.95%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.68
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56121800.790.680.78351.8264.7113.33
Hex38C1204F444E16041d
Octal701422011710411654010115
Binary111000110010010010011111000100100111010110000010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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